Skip to content

Commit e517789

Browse files
authored
docs(cdk/drag-drop): fix show scrollbar in preview of the last element (#29450)
1 parent d283622 commit e517789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/cdk/drag-drop/cdk-drag-drop-sorting/cdk-drag-drop-sorting-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525

2626
.cdk-drag-preview {
27+
border: none;
2728
box-sizing: border-box;
2829
border-radius: 4px;
2930
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),

0 commit comments

Comments
 (0)