Set body overflow: unset, causing problem in sticky position

This commit is contained in:
Konstantinos Triantafyllou 2022-03-08 21:14:37 +02:00
parent c63acdeb5a
commit 940072a397
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ main {
min-height: calc(100vh - var(--navbar-height));
}
/*!* theme *!*/
/*body {*/
/* overflow: unset !important;*/
/*}*/
/* theme */
body {
overflow: unset !important;
}
/*.custom-footer {*/
/* position: relative;*/