jquery.sortable needs position: relative on the container
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
margin: 0;
|
||||
min-height: 12.5em;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pluginmanager_plugin {
|
||||
|
Reference in New Issue
Block a user