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:
negue
2021-09-10 22:31:57 +02:00
committed by GitHub
parent 93d4b90934
commit 5694a95015
3 changed files with 16 additions and 2 deletions

View File

@@ -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);