Skip to content
Snippets Groups Projects
Commit afd723fd authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Let the content determine overflow.

parent 901b1150
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
.oc-dialog-content {
z-index: 1000;
background: white;
overflow-y: auto;
}
.oc-dialog-separator {
}
......
......@@ -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%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment