Skip to content

Commit

Permalink
Resolve "Bug: admin menu dropdown goes under the map"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Oct 16, 2024
1 parent 8a0f90c commit 56f4339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.decidimGeo__container {
$edgeSliderHeight: 66vh;
z-index: 99999;
z-index: 700;
.decidimGeo__mobile_btn__mobile_btn {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* TODO: All these classes overrides may cause other parts of decidim's ui to break due to leaflet dependency.
This module should therefore implement its own classes before being safely published, ideally by
implementing BEM (https://getbem.com/introduction/) and remove !important rules*/

.decidimGeo__container {
.leaflet-control {
position: static;
Expand Down

0 comments on commit 56f4339

Please sign in to comment.