Dropdowns limited to 382px. Ground unit types are automatically sorted

This commit is contained in:
PeekabooSteam
2023-04-09 15:22:27 +01:00
parent 1b093782c3
commit 14ae0d083f
4 changed files with 18 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ form > div {
.ol-select.is-open > .ol-select-options {
max-height: fit-content;
max-height: 382px;
overflow: visible;
overflow-y: auto;
padding: 8px 0;
@@ -194,7 +194,7 @@ form > div {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: left;
padding: 6px 25px;
padding: 4px 25px;
width: 100%;
}