Fix height of account settings

This commit is contained in:
Benjamin Bädorf 2022-11-27 04:53:17 +01:00
parent 25a4260096
commit 8aa55d2b83
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 3 additions and 1 deletions

View file

@ -171,7 +171,8 @@ html {
.ps-main_full { .ps-main_full {
padding: 0; } padding: 0; }
.ps-main_full .ps-main--page { .ps-main_full .ps-main--page {
overflow: hidden; } overflow: hidden;
height: 100vh; }
.ps-header { .ps-header {
display: flex; display: flex;

View file

@ -30,5 +30,6 @@
&_full &--page { &_full &--page {
overflow: hidden; overflow: hidden;
height: 100vh;
} }
} }