Merge branch '1.8.x' into ser-409

This commit is contained in:
Khushboo Verma 2025-09-25 17:02:30 +05:30 committed by GitHub
commit 8b663f041a
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);