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:
Faton Ramadani
2024-05-21 10:07:00 +02:00
committed by GitHub
parent 31c47774cd
commit edf3015cc4
@@ -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" />