We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4592e1e commit 90c2bf2Copy full SHA for 90c2bf2
1 file changed
static/css/style.css
@@ -170,8 +170,6 @@
170
.grid-stack-item-content {
171
overflow-x: hidden;
172
overflow-y: auto;
173
- overflow: visible !important;
174
- overflow: hidden;
175
background: transparent !important;
176
box-shadow: none !important;
177
}
@@ -200,7 +198,7 @@
200
198
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
201
199
display: flex;
202
flex-direction: column;
203
- justify-content: center;
+ justify-content: start;
204
205
206
.card-gradient {
0 commit comments