Fix bug with scroll appearing on certain zoom levels

This commit is contained in:
Connor Yoh 2025-03-18 15:28:03 +00:00
parent 59d7febca5
commit 62f0fd21c7

View File

@ -73,7 +73,7 @@ label {
flex-direction: column;
padding: 1rem;
border-radius: 25px;
overflow-y: auto;
overflow-y: clip;
overflow-x: auto;
min-height: 275px;
margin: 0 0 30px 0;