fix(dropdown): ensure [style] will override inline styles
This commit is contained in:
parent
6a27618d21
commit
9312442338
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
// Reset positioning when positioned with Popper
|
||||
&[style] {
|
||||
right: auto;
|
||||
right: auto !important; // stylelint-disable-line declaration-no-important
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue