feat: limit scopes max height to prevent page overflow

This commit is contained in:
Nya Candy 2023-01-29 16:07:55 +08:00
parent 369db32569
commit 22d44480c9
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
ul.scopes {
text-align: left;
width: 100%;
max-height: 30vh;
overflow-y: auto;
}
ul.scopes > li {