Fixed listing issue in selective open.

This commit is contained in:
2019-04-05 23:45:34 -05:00
parent 869b96a261
commit 3c6bed4854
3 changed files with 8 additions and 4 deletions

View File

@@ -39,6 +39,11 @@ input[type=image]:hover {
overflow-x: auto;
}
#editSelectionContainer > ul {
display: block;
overflow: auto;
}
#editSelectionContainer > ul > li {
float: left;
}