Remove z-index from sticky tabs so emoji picker popover isn't clipped

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-16 21:18:03 -06:00
parent 4eeba97a4e
commit 83f20fe56a
+1 -1
View File
@@ -15,7 +15,7 @@ export function Feed() {
<ComposeBox compact />
{/* Tabs — stick below the mobile top bar (48px) on small screens, top-0 on desktop */}
<div className="flex border-b border-border sticky top-10 sidebar:top-0 bg-background/80 backdrop-blur-md z-[1]">
<div className="flex border-b border-border sticky top-10 sidebar:top-0 bg-background/80 backdrop-blur-md">
<TabButton
label="Follows"
active={activeTab === 'follows'}