mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Fix discover page bottom padding too tight
This commit is contained in:
parent
f3559d0ef7
commit
5bcc17c328
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
ul {
|
||||
margin-top: 0px;
|
||||
padding-top: 80px;
|
||||
padding-bottom: 8px;
|
||||
height: calc(100vh - 49px);
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
|
Loading…
Reference in a new issue