UX: Implementing a z-index system (#5507)

This commit is contained in:
Kris
2018-01-16 19:05:12 -05:00
committed by GitHub
parent 2d2602edf0
commit 0c01e0b2fe
35 changed files with 125 additions and 75 deletions

View File

@@ -353,7 +353,7 @@ select {
top: -18px !important;
right: -18px !important;
box-shadow: 0 0 0 9999px rgba($primary, 0.85);
z-index: 1040;
z-index: z("modal","overlay");
}
.ring-first-notification {