Using vertical QSplitter in QPage / QPageContainer with full-height and prevent scrolling?
-
I am trying to split a QPage into two by using a splitter. I want the childs to fill the whole space, but prevent inner scroll / general page scroll, so the content (using a the grid system) adjusts to its parent which is fixed by the splitter slots height.
Fiddle: https://codepen.io/mrvnk/pen/wvWYWqJ -
@mrvn Do you mean to just make the splitter full height?
<q-splitter v-model="splitterRatio" horizontal class="absolute-full" >