mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 12:48:14 +00:00 
			
		
		
		
	feat(settings-dialog): remove overflow
This commit is contained in:
		@@ -93,7 +93,7 @@ const SettingsDialog = ({
 | 
			
		||||
                  Settings
 | 
			
		||||
                </Dialog.Title>
 | 
			
		||||
                {config && !isLoading && (
 | 
			
		||||
                  <div className="flex flex-col space-y-4 mt-6 max-h-[200px] overflow-auto pr-2">
 | 
			
		||||
                  <div className="flex flex-col space-y-4 mt-6 pr-2">
 | 
			
		||||
                    {config.providers && (
 | 
			
		||||
                      <div className="flex flex-col space-y-1">
 | 
			
		||||
                        <p className="text-white/70 text-sm">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user