mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Reset Popper position in RTL (#32415)
The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning).
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
// Reset positioning when positioned with Popper
|
// Reset positioning when positioned with Popper
|
||||||
&[style] {
|
&[style] {
|
||||||
right: auto !important; // stylelint-disable-line declaration-no-important
|
right: auto#{"/* rtl:ignore */"} !important; // stylelint-disable-line declaration-no-important
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user