Skip to content

Commit f5db0c9

Browse files
fixed sidebar pos
1 parent 571259a commit f5db0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NodeSidebar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const NodeSidebar = ({
3737
style={{
3838
position: 'absolute',
3939
right: 0,
40-
top: 50,
41-
height: 'calc(100vh - 50px)',
40+
top: 0,
41+
height: '100%',
4242
width: '300px',
4343
background: '#1e1e2f',
4444
color: '#ffffff',

0 commit comments

Comments
 (0)