mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 19:46:18 +00:00
Update proxmox-dashboard.tsx
This commit is contained in:
@@ -297,11 +297,7 @@ export function ProxmoxDashboard() {
|
|||||||
|
|
||||||
<div className="container mx-auto px-4 md:px-6 py-4 md:py-6">
|
<div className="container mx-auto px-4 md:px-6 py-4 md:py-6">
|
||||||
<Tabs value={activeTab} onValueChange={setActiveTab} className="space-y-4 md:space-y-6">
|
<Tabs value={activeTab} onValueChange={setActiveTab} className="space-y-4 md:space-y-6">
|
||||||
<div
|
<div className="sticky top-[88px] md:top-[72px] left-0 right-0 z-40 mt-4 md:mt-4">
|
||||||
className={`sticky top-[88px] md:top-[72px] left-0 right-0 z-40 mt-4 md:mt-4 transition-transform duration-300 ${
|
|
||||||
scrollDirection === "down" && !isAtTop ? "-translate-y-[200%]" : "translate-y-0"
|
|
||||||
}`}
|
|
||||||
>
|
|
||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<TabsList className="hidden md:grid w-full grid-cols-6 bg-card border border-border">
|
<TabsList className="hidden md:grid w-full grid-cols-6 bg-card border border-border">
|
||||||
<TabsTrigger
|
<TabsTrigger
|
||||||
|
|||||||
Reference in New Issue
Block a user