Let the content determine overflow.

This commit is contained in:
Thomas Tanghus 2013-06-03 02:11:01 +02:00
parent 901b1150ff
commit afd723fdcd
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@
.oc-dialog-content {
z-index: 1000;
background: white;
overflow-y: auto;
}
.oc-dialog-separator {
}

View File

@ -393,6 +393,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
#oc-dialog-filepicker-content .dirtree span:not(:last-child)::after { content: '>'; padding: 3px;}
#oc-dialog-filepicker-content .filelist {
overflow-y:auto;
max-height: 300px;
background-color:white;
width:100%;
}