mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
parent
39676dab5f
commit
33a51b65b4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<div min-h-screen>
|
||||
<slot />
|
||||
</div>
|
||||
<div sticky left-0 right-0 bottom-0 z-10 bg-base>
|
||||
<div sticky left-0 right-0 bottom-0 z-10 bg-base pb="[env(safe-area-inset-bottom)]" transition="padding 20">
|
||||
<CommonOfflineChecker :small-screen="isSmallScreen" />
|
||||
<NavBottom v-if="isSmallScreen" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue