Fix height list, use px instead of vh

This commit is contained in:
RubenPX 2022-04-22 13:04:09 +02:00
parent 73d0e77281
commit 1c0cef120e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
margin: 0;
padding: 0;
min-width: max-content;
max-height: 40vh;
max-height: 380px;
overflow-y: auto;
}