how to use teleport to let the component stretch to fullscreen? #14230
Answered
by
chentao169
chentao169
asked this question in
CLI - PWA mode
-
I followed the teleport example(youtube video) and want to set the component to the fullscreen. However, the header and footer still show up when the component is teleported to body or #q-app. The only difference between my code and the example code is I use quasar layout. Not sure if that matters. here is my layout code:
here is my component
|
Beta Was this translation helpful? Give feedback.
Answered by
chentao169
Aug 20, 2022
Replies: 1 comment
-
interesting. I tried a much larger value(10000) and it worked! Then I bisected the value and fount out the smallest workable z-index=2001. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chentao169
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
interesting. I tried a much larger value(10000) and it worked! Then I bisected the value and fount out the smallest workable z-index=2001.