Q-Menu Styling around the "portal/teleport"? #17524
Unanswered
jonathancounihan
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the q-menu docs page, https://quasar.dev/vue-components/menu#usage, it says the following:
What is a quasar portal? Or
Teleport
? I have seen that term used in the docs but I don't understand what it refers to. Is it just referring to moving content around the page?Also how can I style around the q-menu? Since the menu is positioned using calculations, I can't seem to use css positioning to achieve the affect I want:
This is what I have done so far:
The arrow is hidden of course because of the positioning of the menu it self. Any ideas on how I can achieve this? Or which would be a better component to use?
I have created a pen as an example: https://codepen.io/jonathancounihan/pen/bGPXJVa
Thanks a bunch.
Beta Was this translation helpful? Give feedback.
All reactions