Fix height list, use px instead of vh
This commit is contained in:
parent
73d0e77281
commit
1c0cef120e
|
@ -15,7 +15,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: max-content;
|
||||
max-height: 40vh;
|
||||
max-height: 380px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue