Merge pull request #263 from ONLYOFFICE/feature/scroll

fixed scrolling due to footer : ab82be9b3d
This commit is contained in:
Sergey Linnik
2022-03-02 16:40:13 +03:00
committed by GitHub
8 changed files with 65 additions and 0 deletions

View File

@ -129,6 +129,10 @@
height: 80px;
}
.main {
height: calc(100% - 128px);
}
.left-panel {
width: 90%;
}
@ -367,6 +371,10 @@
height: 80px;
}
.main {
height: calc(100% - 128px);
}
.copy {
width: 100%;
text-align: center;