diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-13 21:10:40 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-13 21:10:40 +0200 |
| commit | d409efc2239cb88d82723d5ece8991280b4bff7c (patch) | |
| tree | 86e2f6dc19a6bc458d36348c1705a6085844cf44 /apps/projects/src/app/pages | |
| parent | 3b3593bbd713f74930306ce61685efc90ba0c476 (diff) | |
| download | greatoffice-d409efc2239cb88d82723d5ece8991280b4bff7c.tar.xz greatoffice-d409efc2239cb88d82723d5ece8991280b4bff7c.zip | |
fix: Show navbar in the bottom on mobile
Diffstat (limited to 'apps/projects/src/app/pages')
| -rw-r--r-- | apps/projects/src/app/pages/_layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/projects/src/app/pages/_layout.svelte b/apps/projects/src/app/pages/_layout.svelte index f0f80a0..f725397 100644 --- a/apps/projects/src/app/pages/_layout.svelte +++ b/apps/projects/src/app/pages/_layout.svelte @@ -25,7 +25,7 @@ <ProfileModal bind:functions={ProfileModalFunctions}/> <BlowoutToolbelt/> -<nav class="container max-width-xl@md width-fit-content@md width-100% max-width-none margin-y-xs@md margin-bottom-xs block@md position-relative@md position-absolute bottom-unset@md bottom-0"> +<nav class="container max-width-xl@md width-fit-content@md width-100% max-width-none margin-y-xs@md margin-bottom-xs block@md position-relative@md position-fixed z-index-fixed-element bottom-unset@md bottom-0"> <div class="tabs-nav-v2 justify-between"> <div class="tab-v2"> <div class="tab-v2"> |
