mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Implementing a z-index system (#5507)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user