@@ -213,22 +213,23 @@ export default {
width: 100%;
height: 100%;
overflow: hidden;
- position: absolute;
+ position: fixed;
top: 0;
z-index: 11;
+ // overflow-y: auto;
.share-content {
background: url('../assets/shareBack.png') no-repeat center center;
background-size: cover;
background-attachment: local;
- // height: 100%;
+ height: 100%;
padding: vw(30);
position: absolute;
- // z-index: -1;
padding-bottom: vw(190);
z-index: -1;
+ overflow-y: auto;
}
.header {
@@ -343,7 +344,7 @@ export default {
#html2canvas {
- position: fixed;
+ position: absolute;
z-index: 9;
overflow-y: auto;