Skip to content

Commit

Permalink
unstable hfix: get mobile navs to appear on safari mobile (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
pujitm authored Aug 16, 2024
1 parent 02f43fc commit a2a5254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/sidebar/SidebarContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const UnmemoizedSidebarContainer = forwardRef<HTMLElement, SidebarContainerProps
<SidebarFixedItemsSection showBorder={isScrolled || (isMobileSidebarOpen && isMobileSidebarEnabled)} />
<SearchSidebar>
<FernScrollArea
rootClassName="flex-1 shrink-1"
rootClassName="flex-1 shrink-1 min-h-[80vh]"
className={clsx("group/sidebar fern-sidebar-content", {
"overscroll-contain": layout?.disableHeader === true,
})}
Expand Down

0 comments on commit a2a5254

Please sign in to comment.