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:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user