default css: fix grid item content class
This commit is contained in:
parent
ecbfb80b20
commit
e5ca873a61
2 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@
|
|||
z-index: 100;
|
||||
}
|
||||
|
||||
.grid-stack-item.ui-draggable-dragging .box,
|
||||
.grid-stack-item.ui-resizable-resizing .box {
|
||||
.grid-stack-item.ui-draggable-dragging .grid-stack-item-content,
|
||||
.grid-stack-item.ui-resizable-resizing .grid-stack-item-content {
|
||||
box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue