@gem-sdk/core 1.27.14 → 1.27.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -157,6 +157,8 @@ const makeFixedBgAttachmentByDevice = (device, bgAttachment)=>{
|
|
|
157
157
|
[`--pos${subfix}`]: 'absolute'
|
|
158
158
|
},
|
|
159
159
|
content: {
|
|
160
|
+
[`--w${subfix}`]: 'inherit',
|
|
161
|
+
[`--h${subfix}`]: 'inherit',
|
|
160
162
|
[`--pos${subfix}`]: 'absolute',
|
|
161
163
|
[`--bga${subfix}`]: bgAttachment
|
|
162
164
|
}
|
|
@@ -155,6 +155,8 @@ const makeFixedBgAttachmentByDevice = (device, bgAttachment)=>{
|
|
|
155
155
|
[`--pos${subfix}`]: 'absolute'
|
|
156
156
|
},
|
|
157
157
|
content: {
|
|
158
|
+
[`--w${subfix}`]: 'inherit',
|
|
159
|
+
[`--h${subfix}`]: 'inherit',
|
|
158
160
|
[`--pos${subfix}`]: 'absolute',
|
|
159
161
|
[`--bga${subfix}`]: bgAttachment
|
|
160
162
|
}
|