Fixed drop down size

This commit is contained in:
Torsten Schulz
2024-09-11 18:15:50 +02:00
parent b5f797e804
commit c6e2f12a5e

View File

@@ -774,6 +774,7 @@ input[type="number"] {
z-index: 1000;
width: calc(100% - 20px);
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
max-width: 30em;
}
.dropdown div {