mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +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 {
|
ul {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
padding-bottom: 8px;
|
||||||
height: calc(100vh - 49px);
|
height: calc(100vh - 49px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in a new issue