Merge pull request #9874 from appwrite/fix-zindex

Update: `z-index` to be the highest
This commit is contained in:
Luke B. Silver 2025-09-24 16:59:20 +01:00 committed by GitHub
commit f28bb9345b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ class Preview extends Adapter
position: fixed;
right: 16px;
bottom: 16px;
z-index: 1;
z-index: calc(infinity);
border-radius: var(--border-radius-S, 8px);
border: var(--border-width-S, 1px) solid var(--color-border-neutral, #EDEDF0);
background: var(--color-bgColor-neutral-primary, #FFF);