Skip to content

Commit 7f3c5c2

Browse files
committed
#525: A Slider element is not responsive on the mobile view in the Firefox browser. - Fix for responsive behavior of the Column element in Firefox on mobile view. In case of width style nested columns of the main Column element and Slider element inside.
1 parent 70c3aad commit 7f3c5c2

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/column

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/column/_default.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
.pagebuilder-column {
2222
background-attachment: scroll !important;
2323
flex-basis: 100%;
24+
max-width: 100%;
2425
}
2526
}

0 commit comments

Comments
 (0)