mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge branch '1.8.x' into ser-409
This commit is contained in:
commit
8b663f041a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue