How to increase min-height of q-layout? #8819
Unanswered
zaynab-raisi
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
-
I have this for q-layout:
view="lhh Lpr lff"
. Quasar sets min-height based on viewport height. Before fetching data, there is footer in viewport and after that, footer jumps to the end of page. To prevent this, I want to setmin-height: viewport-height + footer-height
. How can I do that?Beta Was this translation helpful? Give feedback.
All reactions