mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-09 23:05:10 +02:00
Merge pull request #21 from yellowcooln/main
Fix settings page scroll lock at browser zoom levels
This commit is contained in:
@@ -657,11 +657,11 @@ export function SettingsModal(props: SettingsModalProps) {
|
||||
const sectionWrapperClass = 'border border-input rounded-md overflow-hidden';
|
||||
|
||||
const sectionContentClass = externalDesktopSidebarMode
|
||||
? 'space-y-4 p-4 h-full overflow-y-auto'
|
||||
? 'space-y-4 p-4'
|
||||
: 'space-y-4 p-4 border-t border-input';
|
||||
|
||||
const settingsContainerClass = externalDesktopSidebarMode
|
||||
? 'w-full h-full'
|
||||
? 'w-full h-full overflow-y-auto'
|
||||
: 'w-full h-full overflow-y-auto space-y-3';
|
||||
|
||||
const sectionButtonClasses =
|
||||
|
||||
Reference in New Issue
Block a user