mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 08:12:26 +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