mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: content min-height (#517)
This commit is contained in:
parent
301c8b2612
commit
2124e8046a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
</aside>
|
||||
<div class="w-full sm:w-600px min-h-screen" border="none sm:l sm:r base">
|
||||
<div min-h-screen>
|
||||
<div min-h="[calc(100vh-3.5rem)]" sm:min-h-screen>
|
||||
<slot />
|
||||
</div>
|
||||
<div sm:hidden sticky left-0 right-0 bottom-0 z-10 bg-base pb="[env(safe-area-inset-bottom)]" transition="padding 20">
|
||||
|
|
Loading…
Reference in a new issue