Skip to content

Commit

Permalink
add some more indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-a committed Nov 12, 2024
1 parent ecd661d commit f6c9ae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/styles/_z-indexes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
//

$base-z-index: 0;
$navbar-z-index: $base-z-index + 1;
$tooltip-z-index: $base-z-index + 1;
$feedback-z-index: $tooltip-z-index + 1;
$navbar-z-index: $feedback-z-index + 1;
$modal-z-index: $navbar-z-index + 1;
// For instance snowflakes, confetti, sprut, etc.
$decoration-overlay-z-index: $modal-z-index + 1;

0 comments on commit f6c9ae4

Please sign in to comment.