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

pull/21624/head
NFish 11 months ago committed by GitHub
parent 787ad5ab38
commit ae8653beb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@ const HeaderWrapper = ({
return ( return (
<div className={classNames( <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, s.header,
isBordered ? 'border-b border-divider-regular' : '', isBordered ? 'border-b border-divider-regular' : '',
)} )}

Loading…
Cancel
Save