example fix

This commit is contained in:
tangly1024.com
2023-02-10 09:45:45 +08:00
parent 41a6b19485
commit 310be473de

View File

@@ -41,7 +41,7 @@ const LayoutBase = props => {
<Footer {...props} />
<div className='fixed right-4 bottom-4'>
<div className='fixed right-4 bottom-4 z-10'>
<JumpToTopButton />
</div>
</div>