Skip to content

Commit

Permalink
Merge pull request #113 from mebis-lp/MBS-9104-Fix_z-index_of_fullscreen
Browse files Browse the repository at this point in the history
MBS-9104: Fix z-index of fullscreen
  • Loading branch information
tholudwig authored May 27, 2024
2 parents 0e23e68 + 8bd7ff8 commit a7447ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $feedback-success-100: #d9f6e0;
max-width: unset;
height: 100vh;
overflow: auto;
z-index: 99999;
z-index: 1051;

.mootimetercolpages,
.mootimetercoledit,
Expand Down
7 changes: 3 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
max-width: unset;
height: 100vh;
overflow: auto;
z-index: 99999;
z-index: 1051;
}
@media screen and (min-width: 680px) {
.mootimetercontainer.fullscreen .mootimetercolpages,
Expand Down Expand Up @@ -876,8 +876,7 @@
border-radius: 3.125rem;
border: 0.125rem solid #a4a5ac;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
outline: none;
cursor: pointer;
background-color: unset;
Expand Down Expand Up @@ -1329,4 +1328,4 @@
.mootimeter-overlay-content {
display: table-cell;
vertical-align: middle;
}
}

0 comments on commit a7447ab

Please sign in to comment.