Skip to content

Commit b66a63b

Browse files
authored
Merge pull request #237 from Shllokkk/fix-toast-overlap-sticky-columns
fix: raise toast z-index above sticky columns
2 parents cd5b3ba + 5042025 commit b66a63b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
bottom: var(--dt-spacer-3);
274274
left: 50%;
275275
transform: translateX(-50%);
276+
z-index: 5;
276277

277278
&__message {
278279
display: inline-block;

0 commit comments

Comments
 (0)