Skip to content

Commit

Permalink
Merge pull request #2510 from HSLdevcom/fix-temporary-overlap-in-ie11
Browse files Browse the repository at this point in the history
Fix routing results overlap in IE11
  • Loading branch information
vesameskanen authored Oct 4, 2018
2 parents 67f5972 + 6b8ae62 commit 506d136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/SummaryNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class SummaryNavigation extends React.Component {
const isOpen = this.getOffcanvasState();

return (
<div style={{ background: '#f4f4f5' }}>
<div className="summary-navigation-container">
<LazilyLoad modules={this.customizeSearchModules}>
{({ Drawer, CustomizeSearch }) => (
<Drawer
Expand Down
5 changes: 5 additions & 0 deletions app/component/summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,8 @@
.mobile .street-mode-selector-panel-container {
padding: 0 $padding-small;
}

.summary-navigation-container {
background-color: $background-color-lighter;
flex: 0 0 auto;
}

0 comments on commit 506d136

Please sign in to comment.