mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
14 lines
184 B
SCSS
14 lines
184 B
SCSS
div.map-container {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: block;
|
|
pointer-events: none;
|
|
}
|
|
|
|
div.map-buttons {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
z-index: 10000;
|
|
}
|