Fix clipping on integration add drop down

This commit is contained in:
Jack Kingsman
2026-03-08 22:17:32 -07:00
parent 9d806c608b
commit e99e522573
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export function SettingsModal(props: SettingsModalProps) {
const shouldRenderSection = (section: SettingsSection) =>
!externalDesktopSidebarMode || desktopSection === section;
const sectionWrapperClass = 'overflow-hidden';
const sectionWrapperClass = '';
const sectionContentClass = externalDesktopSidebarMode
? 'mx-auto w-full max-w-[800px] space-y-4 p-4'