Skip to content

Commit c02ee6f

Browse files
authored
Adjust toast container top position from 30px to 40px
1 parent 8a2090e commit c02ee6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/Root.module.css

Lines changed: 1 addition & 1 deletion
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-
top: 30px;
4+
top: 40px;
55
right: 24px;
66
border: 1px solid oklch(0.69 0 0);
77
border-radius: 8px; /* Docusaurus --radius var is often 8px */

0 commit comments

Comments
 (0)