Skip to content

Commit

Permalink
Merge branch '157-bug-admin-menu-dropdown-goes-under-the-map' into 'm…
Browse files Browse the repository at this point in the history
…ain'

Resolve "Bug: admin menu dropdown goes under the map"

Closes #157

See merge request decidim/decidim-module-geo!137
  • Loading branch information
Hadrien Froger committed Oct 16, 2024
2 parents 8a0f90c + 56f4339 commit 639af91
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 639af91

Please sign in to comment.