mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
update: z-index to be the highest!
This commit is contained in:
parent
39d45bdca9
commit
fc8326417b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue