Skip to content

Commit c881ae6

Browse files
committed
make left panel non clickable
1 parent d1b88d5 commit c881ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/modules/leftPanel.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/* Left panel */
22

33
.left-panel {
4+
position: fixed;
45
height: calc(100% - 70px);
56
padding-top: 70px;
67
flex-direction: column;
78
display: flex;
89
justify-content: space-between;
10+
pointer-events: none;
911
}
1012

1113
.left-panel .panel-segment {

0 commit comments

Comments
 (0)