Skip to content

Commit

Permalink
chore: revert dropdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Dec 17, 2024
1 parent b3c5eb8 commit 40289d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@import './../node_modules/@aurodesignsystem/webcorestylesheets/src/core';
@import './../node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/displayProperties';

/* stylelint-disable selector-class-pattern, declaration-no-important */
/* stylelint-disable selector-class-pattern */

[slot='trigger'] {
width: 100%;
Expand All @@ -36,7 +36,6 @@
}

&::part(popover) {
min-width: 100% !important;
max-width: -webkit-fill-available;
overflow-y: scroll;
}
Expand Down

0 comments on commit 40289d2

Please sign in to comment.