Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5ca873

Browse files
committed
default css: fix grid item content class
1 parent ecbfb80 commit e5ca873

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/gridstack.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gridstack.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
z-index: 100;
2929
}
3030

31-
.grid-stack-item.ui-draggable-dragging .box,
32-
.grid-stack-item.ui-resizable-resizing .box {
31+
.grid-stack-item.ui-draggable-dragging .grid-stack-item-content,
32+
.grid-stack-item.ui-resizable-resizing .grid-stack-item-content {
3333
box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
3434
opacity: 0.8;
3535
}

0 commit comments

Comments
 (0)