Skip to content

Commit 09c8101

Browse files
authored
Merge pull request #25 from openclassify/vedatakdgn
update
2 parents 41e3e7d + cd9c0b9 commit 09c8101

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)