mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-30 06:51:03 +02:00
Fix clipping on integration add drop down
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user