Skip to content

Commit 6cd9f5a

Browse files
PB-265: Video background for Banner
- fix slider uploader
1 parent 6b96be2 commit 6cd9f5a

File tree

1 file changed

+9
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide

1 file changed

+9
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_default.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@
179179
max-width: 100%;
180180
word-break: break-word;
181181
}
182+
183+
.dragging {
184+
height: 100%;
185+
left: 0;
186+
position: absolute;
187+
top:0;
188+
width: 100%;
189+
z-index: 4;
190+
}
182191
}
183192

184193
& + [data-content-type='slide'] {

0 commit comments

Comments
 (0)