@@ -3,6 +3,9 @@
background: url(../../assets/user/bg.png) top center no-repeat;
background-size: 100%;
// position: relative;
+ height: calc(100% - 50px);
+ overflow: auto;
+ overflow-x: hidden;
.simple-header {
background: transparent;
@@ -10,11 +13,9 @@
.userPageBox {
width: 100%;
- height: calc(100% - 50px);
height: 100%;
// margin-bottom: 100px;
- overflow: auto;
- overflow-x: hidden;
+
}
.userBaseBox {