Skip to content

Commit

Permalink
Fixes #34606 - Adjust CSS to fix scrolling bug in Waffle Map (#34881) (
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker authored May 20, 2019
1 parent f25c584 commit 260bbf8
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 @@ -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;
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 @@ -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;
Expand Down

0 comments on commit 260bbf8

Please sign in to comment.