1
0

jquery.sortable needs position: relative on the container

This commit is contained in:
onli
2013-05-30 16:49:56 +02:00
parent a89de7da1f
commit 8165bd59a4

View File

@ -5,6 +5,7 @@
margin: 0;
min-height: 12.5em;
padding: 5px;
position: relative;
}
.pluginmanager_plugin {