Fix height of account settings

feat/theme-v2
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 {
padding: 0; }
.ps-main_full .ps-main--page {
overflow: hidden; }
overflow: hidden;
height: 100vh; }
.ps-header {
display: flex;

View File

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