Browse Source

removed scroll bar on sidebar

tags/1.0.0
Robin Thoni 8 years ago
parent
commit
332b842992
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      app/less/app.less

+ 4
- 0
app/less/app.less View File

174
 
174
 
175
 .course-dialog {
175
 .course-dialog {
176
   min-width: 400px;
176
   min-width: 400px;
177
+}
178
+
179
+.md-sidebar md-content {
180
+  height: auto;
177
 }
181
 }

Loading…
Cancel
Save