mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
sticky tags
This commit is contained in:
parent
6b806ae12f
commit
1de142f435
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@
|
|||
|
||||
<div class="px-3 mb-2 max-h-64 overflow-y-auto scrollbar-hidden group relative">
|
||||
{#if tags}
|
||||
<div class=" flex w-full sticky">
|
||||
<div class=" flex w-full sticky top-0 z-10 bg-white dark:bg-gray-850">
|
||||
<div
|
||||
class="flex gap-1 scrollbar-none overflow-x-auto w-fit text-center text-sm font-medium rounded-full bg-transparent px-1.5 pb-0.5"
|
||||
bind:this={tagsContainerElement}
|
||||
|
|
|
|||
Loading…
Reference in a new issue