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:
parent
82a621ff05
commit
c77cf25912
1 changed files with 1 additions and 0 deletions
|
|
@ -50807,6 +50807,7 @@ tr.tag-diff-same {
|
|||
align-items: center;
|
||||
max-width: 100% !important;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 10vh;
|
||||
}
|
||||
|
||||
/* Tab bar centered */
|
||||
|
|
|
|||
Loading…
Reference in a new issue