How to adjust the position of DOM element using Quasar framework? #9004
Unanswered
tesicg
asked this question in
General - Components / Directives / etc
Replies: 1 comment 1 reply
-
I've found the solution. You can delete this post. Thank you |
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 have mobile app written in Vue.js and Quasar. It looks as following:
The template and style code look as following:
As you can see the last element is a bit lower, that is there is an extra space between that element and upper part.
I can fix it by adding "mb-fix" class in this way:
The template and style code:
But, I think it's not right way to do it. It's hack.
How can I fix it in normal way using Quasar framework or maybe something else?
Beta Was this translation helpful? Give feedback.
All reactions