Skip to content

Commit 7f1092e

Browse files
committed
Fix overlap display issue in cms page privacy theme luma
1 parent d4f3adf commit 7f1092e

File tree

1 file changed

+11
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+11
-0
lines changed

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,17 @@
478478
padding-top: 0;
479479
position: relative;
480480
}
481+
482+
.page-main {
483+
[class^='cms-privacy-policy'] & {
484+
padding-top: 41px;
485+
position: relative;
486+
}
487+
}
488+
489+
.cms-content .data-table {
490+
.lib-table-responsive();
491+
}
481492
}
482493

483494
//

0 commit comments

Comments
 (0)