wordquiz z-index

This commit is contained in:
Layne 2022-03-16 18:16:21 -04:00
parent 4aacc61462
commit d721046675
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ $toolbar-memenu-zindex: 60;
$roomtools-zindex: 50; $roomtools-zindex: 50;
$context-menu-zindex: 40; $context-menu-zindex: 40;
$infostand-zindex: 30; $infostand-zindex: 30;
$quiz-zindex: 21;
$chat-zindex: 20; $chat-zindex: 20;
$highscore-zindex: 19; $highscore-zindex: 19;

View File

@ -64,6 +64,7 @@
box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4); box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4);
border-radius: $border-radius; border-radius: $border-radius;
transition: all 0.2s ease; transition: all 0.2s ease;
z-index: $quiz-zindex;
.question { .question {
max-width: 300px; max-width: 300px;