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

This commit is contained in:
Chris Cowan 2019-05-20 12:16:30 -04:00 committed by GitHub
parent f25c584ad3
commit 260bbf897e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ const ViewSwitcherContainer = styled.div`
const MapContainer = styled.div`
position: absolute;
display: flex;
top: 0;
top: 70px;
right: 0;
bottom: 0;
left: 0;

View file

@ -91,7 +91,7 @@ export const Map: React.SFC<Props> = ({
const WaffleMapOuterContainer = styled.div`
flex: 1 0 0%;
display: flex;
justify-content: center;
justify-content: flex-start;
flex-direction: column;
overflow-x: hidden;
overflow-y: auto;