MDL-70100 theme_boost: quiztimer zindex fix

This commit is contained in:
Bas Brands 2020-11-02 11:29:23 +00:00
parent 58ba94a729
commit d64def4d53
3 changed files with 3 additions and 3 deletions

View File

@ -1275,7 +1275,7 @@ div#dock {
position: sticky;
justify-content: end;
top: $navbar-height + 5px;
z-index: $zindex-modal;
z-index: $zindex-sticky;
#quiz-timer {
border: $border-width solid $red;
background-color: $white;

View File

@ -17569,7 +17569,7 @@ div#dock {
position: sticky;
justify-content: end;
top: 55px;
z-index: 1050; }
z-index: 1020; }
#quiz-timer-wrapper #quiz-timer {
border: 1px solid #ca3120;
background-color: #fff; }

View File

@ -17796,7 +17796,7 @@ div#dock {
position: sticky;
justify-content: end;
top: 55px;
z-index: 1050; }
z-index: 1020; }
#quiz-timer-wrapper #quiz-timer {
border: 1px solid #ca3120;
background-color: #fff; }