Skip to content

Commit c5d30d6

Browse files
authored
Merge pull request #49 from openclassify/sidebar
fixed, sidebar scroll
2 parents b39034f + 07bff90 commit c5d30d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/css/ocify-sidebar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@
121121
#wrapper .sidebar-wrapper .sidebar-nav {
122122
width: 100%;
123123
padding: 0 16px;
124+
height: calc(100vh - 170px);
125+
overflow: scroll;
126+
}
127+
#wrapper .sidebar-wrapper .sidebar-nav::-webkit-scrollbar {
128+
width: 0;
124129
}
125130
#wrapper .sidebar-wrapper .sidebar-nav .sidebar-group {
126131
display: flex;

0 commit comments

Comments
 (0)