fix z-indexes, fix tooltip on static button

deepsource-autofix-76c6eb20
Dan Gowans 2022-09-12 15:51:45 -04:00
parent c770403e0f
commit af902f3298
3 changed files with 23 additions and 3 deletions

View File

@ -140,3 +140,24 @@ $black-ter: hsl(0, 0%, 14%);
.menu .menu-label { .menu .menu-label {
color: $black-ter; color: $black-ter;
} }
/*
* z-index to compensate for leaflet
*/
.navbar.is-fixed-top {
z-index: 1100;
}
.modal {
z-index: 1200;
}
/*
* Static button pointer events
*/
span.button.is-static {
pointer-events: all;
cursor: default;
}

File diff suppressed because one or more lines are too long

View File

@ -18,8 +18,7 @@
<body> <body>
<nav class="navbar is-light is-fixed-top is-static-print" id="cityssm-theme--navbar" role="navigation" <nav class="navbar is-light is-fixed-top is-static-print" id="cityssm-theme--navbar" role="navigation"
aria-label="main navigation" aria-label="main navigation">
style="z-index:1100">
<div class="container"> <div class="container">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item" href="<%= urlPrefix %>/dashboard"> <a class="navbar-item" href="<%= urlPrefix %>/dashboard">