Skip to content

Commit

Permalink
Fix: #4893 - z-index class in leaflet and bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Oct 15, 2023
1 parent 770da67 commit 7203856
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postcss-import": "15.1.0",
"postcss-rtlcss": "4.0.8",
"resolve-url-loader": "5.0.0",
"sass": "1.69.2",
"sass": "1.69.3",
"sass-loader": "13.3.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/css/administration.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/clouds.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/fab.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/minimal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/webtrees.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/xenea.min.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion resources/css/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,9 @@ a:hover, .btn-link:hover, .nav-link:hover {
}
:fullscreen .wt-icon-enter-fullscreen {
display: none;
}
}

/* Leaflet sets this to 1000, which conflicts with bootstrap dropdowns */
.leaflet-bottom, .leaflet-top {
z-index: 999;
}

0 comments on commit 7203856

Please sign in to comment.