Skip to content
Snippets Groups Projects
Commit 8e887594 authored by Scott Berg's avatar Scott Berg
Browse files

Update drop zones to not change hight on drag over.

parent 03e7abf5
No related branches found
No related tags found
No related merge requests found
......@@ -95,17 +95,13 @@ body {
}
.cdk-drag-placeholder {
position: relative;
&:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #C7CACB;
border-radius: 5px;
}
position: relative;
opacity: 0;
height: 0;
}
.course-wrapper:not(.cdk-drag-preview) {
transform: translate(0) !important;
}
.cdk-drag-preview {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment