update: z-index to be the highest!

This commit is contained in:
Darshan 2025-05-23 19:20:26 +05:30
parent 39d45bdca9
commit fc8326417b

View file

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