diff options
Diffstat (limited to 'apps')
| -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"> |
