webui: fix sidebar being covered by main content (#14082)
* webui: fix sidebar being covered by main content Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com> * webui: update index.html.gz Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com> --------- Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
This commit is contained in:
parent
87d34b381d
commit
dc0623fddb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -32,7 +32,7 @@ function AppLayout() {
|
||||||
<>
|
<>
|
||||||
<Sidebar />
|
<Sidebar />
|
||||||
<main
|
<main
|
||||||
className="drawer-content grow flex flex-col h-screen w-screen mx-auto px-4 overflow-auto bg-base-100"
|
className="drawer-content grow flex flex-col h-screen mx-auto px-4 overflow-auto bg-base-100"
|
||||||
id="main-scroll"
|
id="main-scroll"
|
||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue