Skip to content

Commit

Permalink
Restore accidentally deleted z-indexes (in other PR); fix ibexa-popup…
Browse files Browse the repository at this point in the history
… z-index
  • Loading branch information
tischsoic committed Sep 7, 2023
1 parent a9c9a34 commit 472effa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_popup-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-radius: $ibexa-border-radius;
box-shadow: calculateRem(4px) calculateRem(22px) calculateRem(67px) 0 rgba($ibexa-color-info, 0.2);
position: absolute;
z-index: 1000;
z-index: 1060;

&__items-list {
padding-left: 0;
Expand Down

0 comments on commit 472effa

Please sign in to comment.