victor HF staff commited on
Commit
a5e3e9f
1 Parent(s): 42614e7
src/lib/components/Playground/Playground.svelte CHANGED
@@ -228,7 +228,7 @@
228
  >
229
  {#if conversations.length > 1}
230
  <div
231
- class="flex h-11 flex-none items-center gap-2 whitespace-nowrap rounded-lg border border-gray-200/80 bg-white pl-3 pr-2 text-sm leading-none shadow-sm *:flex-none dark:border-gray-800 dark:bg-gray-800/70 dark:hover:bg-gray-800"
232
  class:mr-3={index === 0}
233
  class:mx-3={index === 1}
234
  >
 
228
  >
229
  {#if conversations.length > 1}
230
  <div
231
+ class="sticky top-0 flex h-11 flex-none items-center gap-2 whitespace-nowrap rounded-lg border border-gray-200/80 bg-white pl-3 pr-2 text-sm leading-none shadow-sm *:flex-none dark:border-gray-800 dark:bg-gray-800/70 dark:hover:bg-gray-800"
232
  class:mr-3={index === 0}
233
  class:mx-3={index === 1}
234
  >