fix z index

#322
This commit is contained in:
pompurin404 2024-11-07 21:01:51 +08:00
parent 74f56ae49d
commit b38bd8d1f8
No known key found for this signature in database

View File

@ -277,7 +277,7 @@ const App: React.FC = () => {
}}
style={{
position: 'fixed',
zIndex: 100,
zIndex: 50,
left: `${siderWidthValue - 2}px`,
width: '5px',
height: '100vh',