mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
fix(locale dropdown): option box not expanding to width of select box
This commit is contained in:
parent
8320cd0092
commit
1b37618e0b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user