jbilcke-hf HF staff commited on
Commit
7892804
β€’
1 Parent(s): 42aea6a

improve settings UI when we are on mobile

Browse files
src/app/interface/settings-dialog/index.tsx CHANGED
@@ -71,7 +71,7 @@ export function SettingsDialog() {
71
  </div>
72
  </Button>
73
  </DialogTrigger>
74
- <DialogContent className="sm:max-w-[500px]">
75
  <DialogHeader>
76
  <DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
77
  Custom Settings
 
71
  </div>
72
  </Button>
73
  </DialogTrigger>
74
+ <DialogContent className="sm:max-w-[500px] overflow-y-auto h-[80vh]">
75
  <DialogHeader>
76
  <DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
77
  Custom Settings