chore(css): style tweaks for overflow

This commit is contained in:
Jacky Zhao 2025-04-05 11:38:50 -07:00
parent bb24cd13c7
commit ee8c1dc968
4 changed files with 17 additions and 23 deletions

View file

@ -8,11 +8,11 @@
margin: 0;
}
& > ul {
& > ul.overflow {
list-style: none;
padding: 0;
margin: 0.5rem 0;
height: 6rem;
max-height: calc(100% - 2rem);
overscroll-behavior: contain;
& > li {