fixed scrolling due to footer : ab82be9b3d

This commit is contained in:
Olga Larinova
2022-03-02 14:30:57 +03:00
parent f43f08012d
commit fec77a9e75
8 changed files with 65 additions and 0 deletions

View File

@ -124,6 +124,10 @@
height: 80px;
}
.main {
height: calc(100% - 128px);
}
.main-panel {
left: 0;
padding: 48px 18px 24px;
@ -362,6 +366,10 @@
height: 80px;
}
.main {
height: calc(100% - 128px);
}
.copy {
width: 100%;
text-align: center;