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

This commit is contained in:
2020-08-22 07:57:51 +03:00
parent 71466600c2
commit 1ace62273d
3 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,11 @@
html, body {
height: 100%;
display: flex;
flex-direction: column;
}
.PageContainer, .Page {
height: 100%;
}
textarea {