QSplitter full height? Easier method? #12265
Unanswered
Codebreaker101
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have this structure something like this: Dialog (maximized) > Card > CardSection > Card > CardSection > Stepper > TabPanel > Splitter > Before > div.content
I need content in
beforeto be centered vertically as well as horizontally and for theafterI need it to fill the remaining height and have its own scroll window.I'm trying to avoid writing a lot of CSS and overriding a lot of quasar classes and I'm looking if there is an easier method to achieve this?
Demo: https://codesandbox.io/s/dawn-water-7qex6?file=/src/pages/Index.vue
Beta Was this translation helpful? Give feedback.
All reactions