gitbook topnav

This commit is contained in:
tangly1024.com
2024-02-21 15:53:16 +08:00
parent 6e31eba95f
commit c8131384f9

View File

@@ -39,7 +39,7 @@ export default function TopNavBar(props) {
}
return (
<div id='top-nav' className={'fixed top-0 w-full ' + className}>
<div id='top-nav' className={'fixed top-0 w-full z-20 ' + className}>
{/* 移动端折叠菜单 */}
<Collapse type='vertical' collapseRef={collapseRef} isOpen={isOpen} className='md:hidden'>