Skip to content

Commit 5f9dd6e

Browse files
committed
fix(select): transparent background when overscrolling
Fixes the select being transparent on browsers that allow overscrolling (mostly mobile).
1 parent d11cb7b commit 5f9dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/_select-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
}
3636

37-
.md-select-content {
37+
.md-select-panel {
3838
background: md-color($background, card);
3939
}
4040

0 commit comments

Comments
 (0)