Thomas G. Lopes commited on
Commit
18f22de
·
1 Parent(s): 08bcd33

overflow on settings

Browse files
src/lib/components/inference-playground/playground.svelte CHANGED
@@ -194,7 +194,7 @@
194
  ]}
195
  >
196
  <div
197
- class="relative flex flex-1 flex-col gap-6 overflow-y-hidden rounded-xl border border-gray-200/80
198
  bg-white bg-linear-to-b from-white via-white p-3 shadow-xs
199
  dark:border-white/5 dark:bg-gray-900 dark:from-gray-800/40 dark:via-gray-800/40"
200
  >
 
194
  ]}
195
  >
196
  <div
197
+ class="relative flex flex-1 flex-col gap-6 overflow-y-auto rounded-xl border border-gray-200/80
198
  bg-white bg-linear-to-b from-white via-white p-3 shadow-xs
199
  dark:border-white/5 dark:bg-gray-900 dark:from-gray-800/40 dark:via-gray-800/40"
200
  >