mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +03:00
fix: navbar dropdown-right animation (fix #1250)
This commit is contained in:
parent
527c7eec39
commit
99a2f76b3a
|
@ -36,11 +36,13 @@
|
|||
transform: scale(0);
|
||||
}
|
||||
|
||||
&[x-placement="bottom-start"] {
|
||||
&[x-placement="bottom-start"],
|
||||
&.dropdown-menu-left {
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
&[x-placement="bottom-end"] {
|
||||
&[x-placement="bottom-end"],
|
||||
&.dropdown-menu-right {
|
||||
transform-origin: 100% 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user