Add overflow-x: hidden for SelectButton
This commit is contained in:
parent
358794c911
commit
91b16a67d6
@ -46,6 +46,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
select {
|
||||
height: var(--buttons-size);
|
||||
/* Long option name can create overflow */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@include button.btn-day($with-hover: false);
|
||||
|
Loading…
Reference in New Issue
Block a user