fix(TASK-31): Sticky nav header for Apps + Marketplace
My Apps/App Store/Services tabs, category filters, and search bar now stay fixed at the top on scroll using sticky positioning with glass-blur background. Applied to both Apps.vue and Marketplace.vue desktop views. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
ba82fa1564
commit
cb11871b03
@@ -74,8 +74,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Desktop: tabs + categories + search in one row -->
|
||||
<div class="hidden md:flex mb-4 items-center gap-4">
|
||||
<!-- Desktop: tabs + categories + search (sticky on scroll) -->
|
||||
<div class="hidden md:flex mb-4 items-center gap-4 sticky top-0 z-10 py-3 -mt-3 -mx-6 px-6" style="background: rgba(0,0,0,0.6); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);">
|
||||
<div class="mode-switcher flex-shrink-0">
|
||||
<RouterLink to="/dashboard/apps" class="mode-switcher-btn">My Apps</RouterLink>
|
||||
<RouterLink to="/dashboard/marketplace" class="mode-switcher-btn mode-switcher-btn-active">App Store</RouterLink>
|
||||
|
||||
Reference in New Issue
Block a user