瀏覽代碼

style: decrease navbar z-index value from 30 to 15, fix style error (#21612)

tags/1.5.1
NFish 4 月之前
父節點
當前提交
ae8653beb0
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/header/header-wrapper.tsx

+ 1
- 1
web/app/components/header/header-wrapper.tsx 查看文件

@@ -30,7 +30,7 @@ const HeaderWrapper = ({

return (
<div className={classNames(
'sticky top-0 left-0 right-0 z-30 flex flex-col grow-0 shrink-0 basis-auto min-h-[56px]',
'sticky left-0 right-0 top-0 z-[15] flex min-h-[56px] shrink-0 grow-0 basis-auto flex-col',
s.header,
isBordered ? 'border-b border-divider-regular' : '',
)}

Loading…
取消
儲存