- putting scroll bar on library left pane

This commit is contained in:
James 2012-09-17 12:28:46 -04:00
parent 3c3b39796d
commit d089d3fbf3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#library_content { #library_content {
float: left; float: left;
width: 50%; width: 50%;
overflow: hidden; overflow: auto;
} }
#library_display { #library_display {