@@ -188,7 +188,7 @@ body {
::-webkit-scrollbar-thumb {
/* 5 */
- background-color: #006ac7;
+ background-color: #d2d2d2;
border-radius: 2px;
}
@@ -72,7 +72,7 @@ body.dialog-open {
&-thumb {
&-corner {
@@ -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,8 @@
.userPageBox {
width: 100%;
- height: calc(100% - 50px);
height: 100%;
// margin-bottom: 100px;
- overflow: auto;
- overflow-x: hidden;
.userBaseBox {