MDL-40975 Course: Add back JavaScript drag/drop for bootstrap on mobile
This commit is contained in:
@@ -375,18 +375,6 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
// Hide broken drag'n'drop options on touch devices MDL-38371
|
||||
// Not a great workaround, landscape iPads are wider than this,
|
||||
// and a resized window on a netbook could be smaller, but best
|
||||
// we can do with CSS. There might be a JS-based solution.
|
||||
.section .side,
|
||||
.editing_move {
|
||||
display: none;
|
||||
}
|
||||
.activityinstance > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// GRID & CONTAINERS
|
||||
// -----------------
|
||||
// Remove width from containers
|
||||
|
||||
Reference in New Issue
Block a user