fix(locale dropdown): option box not expanding to width of select box

This commit is contained in:
Monty
2021-10-04 11:19:52 +02:00
parent 8320cd0092
commit 1b37618e0b

View File

@@ -12,7 +12,7 @@
.select-box .options-container {
max-height: 0;
width: calc(100% - 12px);
width: 100%;
opacity: 0;
transition: all 0.4s;
overflow: hidden;