mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
fix(frontend): Fix full height component for public apps (#3777)
* fix(frontend): fix fullHeight component for public apps * fix(frontend): fix fullHeight component for public apps * fix(frontend): fix fullHeight component for public apps
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
|
||||
<svelte:window on:hashchange={hashchange} on:resize={resizeWindow} />
|
||||
|
||||
<div class="relative h-full" bind:clientHeight={appHeight}>
|
||||
<div class="relative min-h-screen h-full" bind:clientHeight={appHeight}>
|
||||
<div id="app-editor-top-level-drawer" />
|
||||
<div id="app-editor-select" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user