Skip to content

Commit 40d2401

Browse files
added grabbing cursor, and fixed bottom gap of upsell note
1 parent 02fe82c commit 40d2401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/design-library-list/editor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
.stk--design-preview-large {
206206
cursor: grab;
207207
cursor: -webkit-grab;
208-
&.is-grabbing {
208+
&:active {
209209
cursor: grabbing;
210210
cursor: -webkit-grabbing;
211211
}
@@ -214,6 +214,7 @@
214214
top: auto;
215215
padding: 60px 30px 30px;
216216
background: linear-gradient(180deg, transparent, #fffe 40px, #fff) !important;
217+
bottom: -1px;
217218
}
218219
.stk-block-design__host {
219220
opacity: 1 !important;

0 commit comments

Comments
 (0)