fix: Remove blur on mobile for all bars + add template_redirect solution (no .htaccess needed)

This commit is contained in:
dwindown
2025-11-04 22:31:36 +07:00
parent 9f3153d904
commit 4f75a5b501
4 changed files with 124 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default function DashboardSubmenuBar({ items = [], fullscreen = false }:
const topClass = fullscreen ? 'top-0' : 'top-[calc(7rem+32px)]';
return (
<div data-submenubar className={`border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 sticky ${topClass} z-20`}>
<div data-submenubar className={`border-b border-border bg-background md:bg-background/95 md:backdrop-blur md:supports-[backdrop-filter]:bg-background/60 sticky ${topClass} z-20`}>
<div className="px-4 py-2">
<div className="flex items-center justify-between gap-4">
{/* Submenu Links */}