Skip to content

Commit

Permalink
IBX-5743: Fixed header z-index in edit mode (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Sep 1, 2023
1 parent c0fd4c8 commit 994337f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_edit-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-top-left-radius: $ibexa-border-radius;
border-top-right-radius: $ibexa-border-radius;
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition, border-bottom-width 0;
z-index: 2;
z-index: 1050;

&__container {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_main-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
position: absolute;
width: 100%;
background-color: $ibexa-color-dark;
z-index: 2;
z-index: 1050;
}

&::before {
Expand Down

0 comments on commit 994337f

Please sign in to comment.