Updated sortdiaglog frame

Updated the dialog frame to use dynamic height.
This commit is contained in:
Henrik Andersen
2014-06-13 09:28:57 +02:00
parent 83fd0ab7e3
commit 6019ab13df

View File

@@ -1,6 +1,7 @@
#sortableFrame
{
height: 270px;
min-height: 270px;
height: auto;
overflow: auto;
}