Fixes #34606 - Adjust CSS to fix scrolling bug in Waffle Map (#34881)

This commit is contained in:
Chris Cowan 2019-04-25 09:39:23 -07:00 committed by GitHub
parent d5390a4b08
commit e0cf6436f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;