Skip to content

Commit

Permalink
fix(core): 馃悰 increase mw-body-header z-index
Browse files Browse the repository at this point in the history
This should allow modals in mw-body-header to be higher than
the custom sticky headers
  • Loading branch information
alistair3149 committed Jan 17, 2023
1 parent 68cb9b6 commit aeb8e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/skins.citizen.styles/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

.mw-body-header {
position: sticky;
z-index: @z-index-page-header;
// So that the modal are above custom sticky headers
z-index: @z-index-page-header + 1;
display: flex;
flex-wrap: wrap;
align-items: center;
Expand Down

0 comments on commit aeb8e16

Please sign in to comment.