Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 04283e5

Browse files
committed
fix(sidebar): menu with mis-tiggle hover
1 parent b71db03 commit 04283e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

containers/Sidebar/styles/menu_list.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ export const Wrapper = styled.div`
44
margin-top: 0px;
55
left: 0;
66
position: relative;
7-
width: 260px;
87
height: 100%;
9-
// height: 95vh;
10-
// overflow-y: scroll;
118
transition: left 0.2s;
129
`
1310
export const ScrollWrapper = styled.div.attrs(({ id }) => ({

0 commit comments

Comments
 (0)