Files
openstapps/src/app/modules/map/widget/map-widget.scss
2022-06-09 07:04:22 +00:00

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