Skip to content

Commit 8a2090e

Browse files
authored
Update Root.module.css
1 parent d95bfd1 commit 8a2090e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/theme/Root.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Base styles for the toast container */
22
.toastContainer {
33
position: fixed;
4-
bottom: 20px;
4+
top: 30px;
55
right: 24px;
66
border: 1px solid oklch(0.69 0 0);
77
border-radius: 8px; /* Docusaurus --radius var is often 8px */
@@ -105,4 +105,4 @@
105105
opacity: 0;
106106
transform: translateY(10px) scale(0.95);
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)