Skip to content

Commit 9b35440

Browse files
committed
Fix transparent dropdown menu when there are no options
1 parent be24a72 commit 9b35440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/components/widgets/_dropdown.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
padding-top: 0;
3838
padding-bottom: 0;
3939
}
40+
&-notice {
41+
background: var(--color-background-inputs);
42+
}
4043
}
4144
&__indicator-separator {
4245
display: none;

0 commit comments

Comments
 (0)