ng-sortable
Version:
Angular Library for Drag and Drop, supports Sortable and Draggable.
31 lines (27 loc) • 491 B
CSS
/* Put your css in here */
.sortable-item,
.sortable-placeholder {
display: inline-block;
width: 124px;
height: 110px;
float: left;
}
/*.sortable-row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}*/
#scrollable-container {
position: absolute;
top: 150px;
left: 50px;
height: 200px;
width: 200px;
overflow: auto;
border: solid 1px gray;
}
.pre-scrollable .panel {
margin-top: 20px;
}