.antiscroll-wrap {
  position: relative;
  overflow: hidden;
}
.antiscroll-scrollbar {
  background:#4b4b4b;
  position: absolute;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}
.antiscroll-inner {
  overflow: scroll;
  width:100% !important;
}
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}
