slideOver alignment
How can I make it open on the left?
->modalAlignment() not working
8 Replies
slideOver
is a slide from the right only, I guess@Saidazam make a PR π
I think it is RTL/LTR depending on the language but otherwise... a PR would likely be welcomed π
->slideOverPosition('right')
Should be "start/end" or something because otherwise it's not RTL compliant π
Very true!
I think left/right still applies here since itβs not related to the language. Also would be harder with start / end because it relies on translate-x via css. To use start/end it would have to change to a js implementation.
I think both could apply, start/end for RTL compliance and left and right to enforce right or left?
I did wonder about a top/bottom too....