Skip to content

Commit

Permalink
enhance: keep settings window from jumping
Browse files Browse the repository at this point in the history
Prevents settings window from jumping up and down when switching between submenus. 

Note there is still slight horizontal jumping once a scrollbar appears. This has been left unchanged.
  • Loading branch information
mschmidtkorth authored and tiensonqin committed Aug 19, 2021
1 parent 177c8aa commit f652e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

@screen sm {
& {
@apply inset-0 flex items-center justify-center;
@apply inset-0 flex items-baseline justify-center top-24;
}
}

Expand Down

0 comments on commit f652e8e

Please sign in to comment.