Skip to content

Commit b04ea1a

Browse files
committed
fix: select actions positioning
1 parent ec2ce45 commit b04ea1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/widget.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,18 @@ h4 {
344344
.mols2grid-anywidget .m2g-dropdown.m2g-actions select {
345345
opacity: 0;
346346
width: var(--m2g-h);
347+
@supports (appearance: base-select) {
348+
&, &::picker(select) {
349+
appearance: base-select;
350+
}
351+
&::picker(select) {
352+
padding: 0;
353+
border: var(--m2g-border);
354+
border-radius: var(--m2g-br);
355+
font-size: var(--m2g-font-size);
356+
font-family: var(--m2g-font-family);
357+
}
358+
}
347359
}
348360
.mols2grid-anywidget .m2g-dropdown.m2g-actions .m2g-icon {
349361
width: var(--m2g-h);

0 commit comments

Comments
 (0)