Skip to content

Commit

Permalink
[Maps] fix side panel scrolling in safari (#44700)
Browse files Browse the repository at this point in the history
* [Maps] fix side panel scrolling in safari

* review feedback
  • Loading branch information
nreese committed Sep 4, 2019
1 parent cdec526 commit ea33dd2
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@
}

.mapLayerPanel__body {
@include euiOverflowShadow;
@include euiScrollBar;
padding-bottom: 0; /* 1 */
flex-grow: 1;
flex-basis: 1px; /* Fixes scrolling for Firefox */
overflow-y: hidden;
overflow-y: auto;

.mapLayerPanel__bodyOverflow {
@include euiScrollBar;
height: 100%;
overflow-y: auto;
padding: $euiSize;

> *:last-child {
Expand Down

0 comments on commit ea33dd2

Please sign in to comment.