File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed
app/design/frontend/Magento/blank/web/css/source/components Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 91
91
right : 0 ;
92
92
top : 0 ;
93
93
}
94
+
95
+ body {
96
+ & ._has-modal-custom {
97
+ .modal-custom-overlay {
98
+ height : 100vh ;
99
+ left : 0 ;
100
+ position : fixed ;
101
+ top : 0 ;
102
+ width : 100vw ;
103
+ z-index : @overlay__z-index ;
104
+ }
105
+ }
106
+ }
94
107
}
95
108
96
109
//
113
126
min-height : 100% ;
114
127
}
115
128
}
116
- body ._has-modal-custom {
117
- height : 100vh ;
118
- overflow : hidden ;
119
- width : 100vw ;
120
- .modal-custom-overlay {
121
- .css (background-color , @modal-overlay__background-color );
129
+ body {
130
+ & ._has-modal-custom {
122
131
height : 100vh ;
123
- left : 0 ;
124
- position : fixed ;
125
- top : 0 ;
132
+ overflow : hidden ;
126
133
width : 100vw ;
127
- z-index : @overlay__z-index ;
134
+ .modal-custom-overlay {
135
+ .css (background-color , @modal-overlay__background-color );
136
+ }
128
137
}
129
138
}
130
139
}
You can’t perform that action at this time.
0 commit comments