select native fix for new chrome

This commit is contained in:
Yurii
2026-02-16 11:54:33 +02:00
parent dadb4078cb
commit 5d68e153c3

View File

@@ -590,6 +590,9 @@ select.form-control.native-select {
appearance: base-select;
}
// Otherwise, the picker displayed in a wrong place.
display: inline-flex;
&:open {
border-color: var(--input-border-focus);
outline: 0;