fix(apps): public apps can take full height
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
|
||||
<svelte:window on:hashchange={hashchange} on:resize={resizeWindow} />
|
||||
|
||||
<div class="relative h-full grow" bind:clientHeight={appHeight}>
|
||||
<div class="relative min-h-full grow" bind:clientHeight={appHeight}>
|
||||
<div id="app-editor-top-level-drawer" />
|
||||
<div id="app-editor-select" />
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
{#key app}
|
||||
<div
|
||||
class={twMerge(
|
||||
'min-h-screen h-full w-full',
|
||||
'min-h-screen h-full w-full flex',
|
||||
app?.value?.['css']?.['app']?.['viewer']?.class,
|
||||
'wm-app-viewer'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user