Skip to content

Commit

Permalink
Fixes elastic#34606 - Adjust CSS to fix scrolling bug in Waffle Map (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Apr 25, 2019
1 parent 6e62eeb commit 6caf2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const ViewSwitcherContainer = euiStyled.div`
const MapContainer = euiStyled.div`
position: absolute;
display: flex;
top: 0;
top: 70px;
right: 0;
bottom: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/public/components/waffle/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const Map: React.SFC<Props> = ({
const WaffleMapOuterContainer = euiStyled.div`
flex: 1 0 0%;
display: flex;
justify-content: center;
justify-content: flex-start;
flex-direction: column;
overflow-x: hidden;
overflow-y: auto;
Expand Down

0 comments on commit 6caf2f9

Please sign in to comment.