mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 03:05:41 +03:00
Fix weird jump when height of list changes
This commit is contained in:
parent
94dcd1606a
commit
ecde88d6a1
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@
|
|||
}
|
||||
|
||||
.catchup-list {
|
||||
min-height: 85vh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in a new issue