HOT-FIX. Поправил верстку
This commit is contained in:
@ -8,6 +8,10 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.Page > div:not(.Login__page) {
|
||||
padding-top: 74px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
.MainMenu {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
min-height: 74px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.MainMenu__logo {
|
||||
|
||||
@ -2,4 +2,5 @@
|
||||
position: absolute;
|
||||
bottom: 24px;
|
||||
right: 24px;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user