mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-20 07:36:54 -05:00
fix(locale dropdown): option box not expanding to width of select box
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user