Skip to content

Commit 8f2aa45

Browse files
committed
fix modal content layer z-index in light mode
1 parent 2b155a2 commit 8f2aa45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/actify/src/components/Modal/modal.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
.content {
17+
z-index: 1;
1718
background: var(
1819
--md-dialog-container-color,
1920
rgb(var(--md-sys-color-surface-container-high, 236, 230, 240))

0 commit comments

Comments
 (0)