0
Fork 0
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:
James Morris 2022-05-11 17:42:07 +01:00
parent 72e78b2588
commit da62c0c50b

View file

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