Fix discover page bottom padding too tight

This commit is contained in:
Max Howell 2023-04-21 10:53:18 -04:00
parent f3559d0ef7
commit 5bcc17c328
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -48,6 +48,7 @@
ul {
margin-top: 0px;
padding-top: 80px;
padding-bottom: 8px;
height: calc(100vh - 49px);
overflow-y: scroll;
overflow-x: hidden;