-
-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
scope: toolpad-coreAbbreviated to "core"Abbreviated to "core"
Description
Summary
There's currently no way to have an element inside DashboardLayout
fill the whole area, afaict. This is, personally, useful for a map. If DashboardLayout
s height was 100vh
, this would be trivial. This could be set at the DashboardLayout
level or at the AppProvider
level, the latter would set it for all DashboardLayout
s. If I attempt to set an element's height to 100vh
, it'll enable scroll, because it will add to the AppBar
s height.
As some prior art, Vuetify
sets v-app
's height to 100dvh
by default. v-app defaults to a minimum height of 100dvh
Examples
No response
Motivation
No response
Search keywords: 100dvh DashboardLayout
Janpot, apedroferreira, douglaszaltron and SamuelLeapifai
Metadata
Metadata
Assignees
Labels
scope: toolpad-coreAbbreviated to "core"Abbreviated to "core"
Projects
Status
Done