Replies: 4 comments 1 reply
-
|
My layout is something like: |
Beta Was this translation helpful? Give feedback.
-
|
What happen when you use the VAppLayout directly from vuetify with |
Beta Was this translation helpful? Give feedback.
-
|
Also you can look at this as an alternative |
Beta Was this translation helpful? Give feedback.
-
|
None of these methods worked, but I could solve the problem using: def remove_unwanted_scrollbar(): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When using server.start(exec_mode="desktop", maximized=True), there's always a full-height vertical scrollbar (from below the titlebar to below the footer) on the right side of the window even though the window perfectly matches the screen size. I tried AppLayout and DivLayout, and scrollbar appeared for both layouts. Is there any way I can get rid of the scroll bar?
Thanks and regards.
Beta Was this translation helpful? Give feedback.
All reactions