Avoid UI "jumping" when sorting nested content items
This commit is contained in:
@@ -41,11 +41,8 @@
|
||||
}
|
||||
|
||||
.umb-nested-content__item.ui-sortable-placeholder {
|
||||
background: @gray-10;
|
||||
border: 1px solid @gray-9;
|
||||
margin-top: 1px;
|
||||
visibility: visible !important;
|
||||
height: 55px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.umb-nested-content__item--single > .umb-nested-content__content {
|
||||
|
||||
Reference in New Issue
Block a user