Popover full width
#13394
Replies: 1 comment 1 reply
-
|
you may just need another div to wrap it or change placement to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to center an
el-popoverwith a desired with on screen, so that it display nicely centered on mobile, but have been unable to do so.I've tried to compute the size dynamically using
window.innerWidth(minus a little margin) but it doesn't display centered (horizontally).I've investigate with the
modifiersof popper.js using thepopper-optionsattribute of theel-popover, but couldn't find a way to make it display perfectly in the center.https://popper.js.org/docs/v2/modifiers/
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions