We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d849f99 + e3b4bf8 commit c54e2ddCopy full SHA for c54e2dd
app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less
@@ -62,17 +62,16 @@
62
// Common
63
// _____________________________________________
64
65
-& when (@media-common = true) {
66
- body {
+.page-wrapper {
+ .ie9 & {
67
.lib-css(background-color, @page__background-color);
68
+ min-height: 0;
69
}
70
+}
71
- // ToDo UI: move it directly to .page-wrapper (now it doesn't appear in mediaquery cuz of size of css)
- .page-wrapper {
72
- .ie9 & {
73
- .lib-css(background-color, @page__background-color);
74
- min-height: 0;
75
- }
+& when (@media-common = true) {
+ body {
+ .lib-css(background-color, @page__background-color);
76
77
78
//
0 commit comments