Change the overflow to auto instead of scroll.
This commit is contained in:
parent
71331a6ee0
commit
421c64cd49
|
@ -13,7 +13,7 @@
|
|||
list-style: none;
|
||||
margin: 0;
|
||||
max-height: 50vh;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue