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