1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Fixed nav scrollbar

This commit is contained in:
Eldad Fux 2020-02-23 20:36:08 +02:00
parent a34614e16a
commit cdcbf35111
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -198,8 +198,7 @@
.container {
overflow: auto;
height: ~"calc(100% - 183px)";
padding-bottom: 50px;
height: ~"calc(100% - 133px)";
width: 100%;
}