Skip to content

Commit cd9c0b9

Browse files
committed
update
1 parent 73ae3bb commit cd9c0b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/css/ocify-sidebar.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,12 @@
4242
width: 0;
4343
height: 100%;
4444
margin-left: -265px;
45-
overflow-y: hidden;
45+
overflow-y: auto;
4646
-webkit-transition: all 0.5s ease;
4747
-moz-transition: all 0.5s ease;
4848
-o-transition: all 0.5s ease;
4949
transition: all 0.5s ease;
5050
}
51-
#sidebar-wrapper:hover {
52-
overflow-y: auto;
53-
}
5451

5552
#wrapper.toggled #sidebar-wrapper {
5653
width: 265px;

0 commit comments

Comments
 (0)