1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-31 21:53:42 +03:00

Fix weird jump when height of list changes

This commit is contained in:
Lim Chee Aun 2024-03-01 16:02:08 +08:00
parent 94dcd1606a
commit ecde88d6a1

View file

@ -370,6 +370,7 @@
}
.catchup-list {
min-height: 85vh;
margin: 0;
padding: 0;
list-style: none;