FIX: Adjust arrow placement
This commit is contained in:
parent
373b2ca362
commit
d9ecfff7ba
|
@ -64,28 +64,28 @@
|
|||
|
||||
&[data-placement^="top"] {
|
||||
.arrow {
|
||||
bottom: -9px;
|
||||
bottom: -11px;
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-placement^="bottom"] {
|
||||
.arrow {
|
||||
top: -9px;
|
||||
top: -11px;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-placement^="right"] {
|
||||
.arrow {
|
||||
rotate: -90deg;
|
||||
left: -9px;
|
||||
left: -11px;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-placement^="left"] {
|
||||
.arrow {
|
||||
rotate: 90deg;
|
||||
right: -9px;
|
||||
right: -11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue