Fix Settings page content clipped by global search bar

Add padding-bottom: 10vh to #settings-page .settings-content so the
bottom section is not obscured by the floating search bar overlay.

Closes #292 (item 3)
This commit is contained in:
Broque Thomas 2026-04-13 10:11:43 -07:00
parent 82a621ff05
commit c77cf25912

View file

@ -50807,6 +50807,7 @@ tr.tag-diff-same {
align-items: center;
max-width: 100% !important;
margin: 0 auto;
padding-bottom: 10vh;
}
/* Tab bar centered */