Use Bootstrap to set z-indexes of map-overlapping ui

This commit is contained in:
Anton Khorev 2024-04-12 16:51:30 +03:00
parent c3c4bf59c2
commit 485ac16cfc
3 changed files with 3 additions and 6 deletions

View file

@ -90,7 +90,6 @@ time[title] {
header {
height: $headerHeight;
position: relative;
z-index: 1001;
font-size: 14px;
h1, nav, nav > ul, nav > ul > li {
@ -329,7 +328,6 @@ body.small-nav {
.overlay-sidebar #sidebar {
position: absolute;
z-index: 1000;
height: auto;
overflow: hidden;
@ -396,7 +394,6 @@ body.small-nav {
}
#map-ui {
z-index: 9999;
width: 100%;
height: 50%;
overflow-y: scroll;