Skip to content

Commit

Permalink
fix sidebar scrolling in firefox (elastic#24011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns authored and ryankeairns committed Oct 15, 2018
1 parent ac1d59a commit 0b33f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
width: 350px;
background: darken($euiColorLightestShade, 2%);
display: flex;
position: relative;

.euiPanel {
margin-bottom: $euiSizeS;
Expand Down
3 changes: 3 additions & 0 deletions x-pack/plugins/canvas/public/components/sidebar/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
top: 0;
bottom: 0;
}

.canvasSidebar__pop {
Expand Down

0 comments on commit 0b33f5f

Please sign in to comment.