Skip to content

Commit 0a58988

Browse files
committed
add css for z-index
1 parent 72ab81a commit 0a58988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/feedback/src/widget/Main.css.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ export function createMainStyles(
1616
--right: 1rem;
1717
--top: auto;
1818
--left: auto;
19+
--zIndex: 100000;
1920
2021
position: fixed;
2122
left: var(--left);
2223
right: var(--right);
2324
bottom: var(--bottom);
2425
top: var(--top);
2526
27+
z-index: var(--zIndex);
28+
2629
font-family: ${theme.fontFamily};
2730
font-size: ${theme.fontSize};
2831
--bg-color: ${theme.background};

0 commit comments

Comments
 (0)