mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Improve Z-Indexes for Notifications / Menus / Toolbar (#13494)
* Fix: zIndexes of Menu's and Notifications + add overview of the currently used z-indexes * fix markdown
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
width: 350px;
|
||||
z-index: 1400; // 1400 is above modal backgrounds
|
||||
z-index: 999;
|
||||
|
||||
top: var(--current-scrollY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user