Replies: 3 comments 10 replies
-
Strange. On my machine (MacOS with Chrome, Firefox or Safari) the layout looks as expected. The right drawer ends at the header and footer, respectively. Regarding question 1: Regarding question 2: |
Beta Was this translation helpful? Give feedback.
-
Thanks for investigating. It also works on my end if the browser can use the the full width: I am on Linux using a tiling window manager. I get the faulty behavior when not using full width: It is also reproducible when scaling (e.g. 150% zoom factor in Chromium, 200% in Firefox). Thus I believe the CSS breakpoint (at 1024px) also has an impact. Regarding question 1: if q-layout is already set, I would appreciate using quasar layouting recommendations. 👍 Regarding question 2: I haven't actually used nested-routes myself yet, but think this would help implementing seamless transitions between views. |
Beta Was this translation helpful? Give feedback.
-
Very strange. I can't reproduce it. But maybe it helped to fix the layout hierarchy in commit 3eb10a9. |
Beta Was this translation helpful? Give feedback.
-
Experimenting with the example shown in #187 I fear the generated layout is not correct when defining
top_corner
orbottom_corner
asFalse
:The resulting HTML is:
The right drawer is drawn from top to bottom overlapping header and footer.
The layouting actually does not adhere to the Quasar Layout component documentation.
Header, Footer, Drawer and PageContainer should be nested inside
<q-layout>
on the same level.<q-page-container>
/<router-view>
?Beta Was this translation helpful? Give feedback.
All reactions