Skip to content

Commit

Permalink
Fix dropdownmodule on tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
LeunensMichiel committed Dec 5, 2021
1 parent db15d97 commit 7c74a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/Dropdown/Dropdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $variants: primary, secondary, success, danger, warning, info, 'transparent';
> .dropdownListContainer {
display: block;
&.dropdownFloating {
@include theme.breakpoint-up(md) {
@include theme.breakpoint-up(lg) {
position: absolute;
top: 100%;
left: 0;
Expand Down

0 comments on commit 7c74a29

Please sign in to comment.