Fix height of account settings
This commit is contained in:
parent
25a4260096
commit
8aa55d2b83
|
@ -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;
|
||||||
|
|
|
@ -30,5 +30,6 @@
|
||||||
|
|
||||||
&_full &--page {
|
&_full &--page {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue