diff --git a/src/components/app.tsx b/src/components/app.tsx index c73962f7..a7cc6960 100644 --- a/src/components/app.tsx +++ b/src/components/app.tsx @@ -40,7 +40,7 @@ export default function App() { scrollbarGutter: 'stable', } } data-testid="site-content" - className="p-8 bg-white overflow-y-auto h-full flex-grow rounded-chrome" + className="py-8 pr-8 bg-white overflow-y-auto h-full flex-grow rounded-chrome" > diff --git a/src/components/main-sidebar.tsx b/src/components/main-sidebar.tsx index cd530631..58c6dd18 100644 --- a/src/components/main-sidebar.tsx +++ b/src/components/main-sidebar.tsx @@ -127,7 +127,12 @@ export default function MainSidebar( { className }: MainSidebarProps ) { >
-
+
diff --git a/src/components/site-content-tabs.tsx b/src/components/site-content-tabs.tsx index 9bdd17d9..bca72fed 100644 --- a/src/components/site-content-tabs.tsx +++ b/src/components/site-content-tabs.tsx @@ -21,7 +21,7 @@ export function SiteContentTabs() { } return ( -
+
{ ( { name } ) => ( diff --git a/src/components/site-menu.tsx b/src/components/site-menu.tsx index c4bbd24a..a026219c 100644 --- a/src/components/site-menu.tsx +++ b/src/components/site-menu.tsx @@ -101,7 +101,7 @@ function SiteItem( { site }: { site: SiteDetails } ) {
  • @@ -127,7 +127,7 @@ export default function SiteMenu( { className }: SiteMenuProps ) { scrollbarGutter: 'stable', } } className={ cx( - 'w-full overflow-y-auto overflow-x-hidden flex flex-col gap-0.5 pb-4 app-no-drag-region', + 'w-full overflow-y-auto overflow-x-hidden flex flex-col gap-0.5 pb-4', className ) } >