Add overflow-x: hidden for SelectButton

This commit is contained in:
Henrik Giesel 2021-05-28 21:33:34 +02:00
parent 358794c911
commit 91b16a67d6

View File

@ -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);