mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed a z-index laying problem with the zero state on new Dashboard
refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
parent
72e78b2588
commit
da62c0c50b
1 changed files with 1 additions and 0 deletions
|
@ -920,6 +920,7 @@ Dashboard v5 Zero */
|
|||
background: rgba(255,255,255,0.8);
|
||||
border: 1px solid var(--whitegrey);
|
||||
border-radius: 6px;
|
||||
z-index: 99;
|
||||
|
||||
-webkit-backdrop-filter: blur(3px);
|
||||
backdrop-filter: blur(3px);
|
||||
|
|
Loading…
Add table
Reference in a new issue