Unverified Commit 9c0a3ff8 authored by Steven Yan's avatar Steven Yan Committed by GitHub

fix: the expand button's z-index is the same as Header (#1400)

fix: the expand button's z-index is higher than Header
parent 2ba54c91
......@@ -32,7 +32,7 @@ const Header = () => {
return (
<div
className={`fixed sm:sticky top-0 left-0 w-full sm:w-56 h-full flex-shrink-0 pointer-events-none sm:pointer-events-auto z-10 ${
className={`fixed sm:sticky top-0 left-0 w-full sm:w-56 h-full flex-shrink-0 pointer-events-none sm:pointer-events-auto z-20 ${
showHeader && "pointer-events-auto"
}`}
>
......
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