Valgeir Björnsson
Valgeir Björnsson
I believe this will be a feature in the next version. https://github.com/revolunet/angular-carousel/issues/166
Thanks a lot for putting time into this 👍 Maybe this should be the default behavior instead of messing around with `z-index`, what do you think?
> Hi, any updates on this one? Or have any decisions been made? > Would love to know if there is a change that this PR will make it to...
Can you give me an example of what problem this is solving?
> It's better not to force any specific display style. Why not let the user do it? Also it will make easier to redefine styles. Yeah these are good points....
> Is there an easy solution to make vue3-popper work with SVG ? Unfortunately for your case, I don't think so since Popper is currently unable to be "renderless" as...
Is the extra `div` causing problems? I could try moving all the events etc. to the outermost `div` - I'll let you know how that goes 👍🏻
This is causing some unwanted issues, what is your styling problem exactly?
@timmaier Yes, the default slot of the Popper is wrapped with an `inline-block`, this is so that you can't activate the Popper when clicking "outside" of the wrapped element. Here's...
This is related to #43, I need to look into refactoring so that you can have both manual and dynamic modes at the same time.