mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 22:38:11 +00:00
chore: improved option dropdowns responsiveness
This commit is contained in:
@@ -336,7 +336,8 @@ export default defineComponent({
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
overflow: hidden;
|
||||
max-height: 530px;
|
||||
max-height: calc(100% - 4.5em);
|
||||
top: 3.5em;
|
||||
}
|
||||
|
||||
.options_content {
|
||||
|
||||
Reference in New Issue
Block a user