mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
refac
This commit is contained in:
parent
582253fc68
commit
689b910c77
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
>
|
>
|
||||||
<Navbar {channel} />
|
<Navbar {channel} />
|
||||||
|
|
||||||
<div class="flex-1">
|
<div class="flex-1 overflow-y-auto">
|
||||||
{#if channel}
|
{#if channel}
|
||||||
<div
|
<div
|
||||||
class=" pb-2.5 max-w-full z-10 scrollbar-hidden w-full h-full pt-6 flex-1 flex flex-col-reverse overflow-auto"
|
class=" pb-2.5 max-w-full z-10 scrollbar-hidden w-full h-full pt-6 flex-1 flex flex-col-reverse overflow-auto"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue