File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ const RightSidebarComponent: React.FC<RightSidebarProps> = ({
211211 { /* Backdrop overlay - only on mobile when sidebar is expanded */ }
212212 { ! showCollapsed && (
213213 < div
214- className = "hidden max-md:block fixed inset-0 bg-black/50 z-[998] backdrop-blur-sm"
214+ className = "fixed inset-0 z-[998] hidden bg-black/50 backdrop-blur-sm max-md:block "
215215 onClick = { ( ) => setShowCollapsed ( true ) }
216216 aria-hidden = "true"
217217 />
@@ -247,7 +247,7 @@ const RightSidebarComponent: React.FC<RightSidebarProps> = ({
247247
248248 < div className = "flex min-w-0 flex-1 flex-col" >
249249 < div
250- className = "bg-background-secondary border-border flex border-b [&>*]:flex-1 relative "
250+ className = "bg-background-secondary border-border relative flex border-b [&>*]:flex-1"
251251 role = "tablist"
252252 aria-label = "Metadata views"
253253 >
You can’t perform that action at this time.
0 commit comments