Skip to content

Commit 39e3387

Browse files
author
jacquesbach
committed
Change .grid-stack-item-content style
1 parent e7b440d commit 39e3387

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@
165165

166166
.grid-stack-item-content {
167167
overflow-x: hidden;
168-
overflow-y: auto;
168+
overflow-y: auto;
169+
overflow: visible !important;
170+
background: transparent !important;
171+
box-shadow: none !important;
169172
}
170173

171174
.edit-mode .grid-stack-item-content {

0 commit comments

Comments
 (0)