Skip to content
Snippets Groups Projects
Commit ae76140d authored by Hartung, Michael's avatar Hartung, Michael
Browse files

max 32 bit z index for fullscreen

parent af09cd4e
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@
width: 100vw !important;
top: 0 !important;
left: 0 !important;
z-index: $fullscreen-z;
}
......@@ -64,3 +64,5 @@ $text-normal-font-size: 12px;
$text-small-font-size: 11px;
$toast-z: 100;
$fullscreen-z: 2147483647;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment