enhance: keep settings window from jumping

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.
This commit is contained in:
Michael Schmidt-Korth
2021-08-18 22:18:16 +02:00
committed by Tienson Qin
parent 177c8aa4ff
commit f652e8e342

View File

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