Skip to content

Commit

Permalink
fix: remove pin on dialog and menu z-index (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Apr 11, 2023
2 parents 1cc9a50 + 4a4f141 commit 1b1a6d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sepal_ui/frontend/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,9 @@ header.v-app-bar {

/* set the menu_content on top of the map when it's set to fullscreen */
.v-menu__content {
z-index: 802 !important;
max-width: 100% !important;
}

/* make sure the dialog remain on top of the bars (header and footer) */
.v-dialog__content {
z-index: 802 !important;
}

/* make sure navigation drawers are always visibles when they exist */
nav.v-navigation-drawer {
z-index: 900 !important;
Expand Down

0 comments on commit 1b1a6d3

Please sign in to comment.