Skip to content

Commit

Permalink
fix z index
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Nov 7, 2024
1 parent 74f56ae commit b38bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const App: React.FC = () => {
}}
style={{
position: 'fixed',
zIndex: 100,
zIndex: 50,
left: `${siderWidthValue - 2}px`,
width: '5px',
height: '100vh',
Expand Down

0 comments on commit b38bd8d

Please sign in to comment.