Index: src/wp-includes/css/media-views.css
===================================================================
--- src/wp-includes/css/media-views.css	(revision 29834)
+++ src/wp-includes/css/media-views.css	(working copy)
@@ -1426,18 +1426,18 @@
 }
 
 .media-selection .attachment {
-	width: 48px;
+	width: 40px;
 	padding: 0;
-	margin: 0;
+	margin: 4px;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }
 
 .media-selection .attachment .thumbnail {
-	top: 4px;
-	right: 4px;
-	bottom: 4px;
-	left: 4px;
+	top: 0;
+	right: 0;
+	bottom: 0;
+	left: 0;
 }
 
 .media-selection .attachment .icon {
Index: src/wp-includes/js/media-views.js
===================================================================
--- src/wp-includes/js/media-views.js	(revision 29834)
+++ src/wp-includes/js/media-views.js	(working copy)
@@ -5503,10 +5503,6 @@
 				// If the `collection` has a `comparator`, disable sorting.
 				disabled: !! collection.comparator,
 
-				// Prevent attachments from being dragged outside the bounding
-				// box of the list.
-				containment: this.$el,
-
 				// Change the position of the attachment as soon as the
 				// mouse pointer overlaps a thumbnail.
 				tolerance: 'pointer',
