Skip to content

Commit

Permalink
Fix the z-index of the cookie notice modal and the bottom cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Nov 5, 2024
1 parent 4722013 commit df0703b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,8 @@ body .clearfix {
visibility: hidden;
}
}

.cc-revoke,
.cc-window {
z-index: 999 !important;
}

0 comments on commit df0703b

Please sign in to comment.