mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
f25c584ad3
commit
260bbf897e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue