Skip to content

Commit 3b15f06

Browse files
Update theme toggle button position in CSS from top to bottom (#441)
1 parent fd8cc97 commit 3b15f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic-host/src/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Theme toggle button */
22
.themeToggle {
33
position: fixed;
4-
top: 1rem;
4+
bottom: 1rem;
55
right: 1rem;
66
width: 2.5rem;
77
height: 2.5rem;

0 commit comments

Comments
 (0)