This commit is contained in:
Bill 2022-03-16 18:16:59 -04:00
commit 87ef373e43
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ $toolbar-memenu-zindex: 60;
$roomtools-zindex: 50;
$context-menu-zindex: 40;
$infostand-zindex: 30;
$quiz-zindex: 21;
$chat-zindex: 20;
$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);
border-radius: $border-radius;
transition: all 0.2s ease;
z-index: $quiz-zindex;
.question {
max-width: 300px;