HOT-FIX. Поправил верстку

This commit is contained in:
2020-08-22 11:50:14 +03:00
parent 1ace62273d
commit 4995712728
3 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,10 @@ html, body {
height: 100%; height: 100%;
} }
.Page > div:not(.Login__page) {
padding-top: 74px;
}
textarea { textarea {
resize: none; resize: none;
} }

View File

@ -1,5 +1,10 @@
.MainMenu { .MainMenu {
position: absolute;
width: 100%;
top: 0;
left: 0;
min-height: 74px; min-height: 74px;
z-index: 1;
} }
.MainMenu__logo { .MainMenu__logo {

View File

@ -2,4 +2,5 @@
position: absolute; position: absolute;
bottom: 24px; bottom: 24px;
right: 24px; right: 24px;
z-index: 2000;
} }