fix: when collapsing the navbar, do not overlap it with other elements, for example with the tooltip

GitOrigin-RevId: 2db133ce8399c46b620a3a594fc415244c7d9788
This commit is contained in:
Rebeka 2023-04-19 11:37:59 +02:00 committed by Copybot
parent 4adf965180
commit 5ff575e3e5

View file

@ -84,7 +84,7 @@
}
.navbar-main {
z-index: 1;
z-index: 9999;
.container-fluid > .navbar-collapse {
// High specificity needed to override Bootstrap's default.
margin: 10px 0 0;