"...git@developer.sourcefind.cn:yaoyuping/nndetection.git" did not exist on "4560ce77c3d12bee24f6ac6a2a6b950b930c15d2"
Unverified Commit a04046b2 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #614 from ollama-webui/incognito-sidebar-fix

fix: sidebar menu issue in incognito
parents b2fae064 8ffe2621
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
{#if showDropdown} {#if showDropdown}
<div <div
id="dropdownDots" id="dropdownDots"
class="absolute z-10 bottom-[70px] 4.5rem rounded-lg shadow w-[240px] bg-gray-900" class="absolute z-40 bottom-[70px] 4.5rem rounded-lg shadow w-[240px] bg-gray-900"
> >
<div class="py-2 w-full"> <div class="py-2 w-full">
{#if $user.role === 'admin'} {#if $user.role === 'admin'}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment