Skip to content

Commit

Permalink
fix settingbar position v2
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Nov 12, 2024
1 parent d0a2d27 commit 5a5e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx/components/ui/SettingsButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function SettingsButton() {
},
[theme.breakpoints.up("md")]: {
insetInlineEnd: "93%",
insetBlockStart: "95%",
insetBlockStart: "93%",
zIndex: 1002,
top: "initial",
},
Expand Down

0 comments on commit 5a5e85f

Please sign in to comment.