
.scrollingBlock{
  width:26px;
  position:fixed;
  right:0;
  /*left:0;*/
  top:0px;
  height:100%;
  /*background:#ccc;*/
  z-index:999;
}
.scrollingBlockInner{
  /*position:relative;*/
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.scrollerHandlerWrap{
  position:absolute;
  /*background:#000;*/
  width:var(--block1);
  height:100%;
  overflow:hidden;
  /*border-left: 1px solid #131313;*/
}
.scroller{
  position:absolute;
  width:var(--block1);
  height:var(--block10);
  overflow:hidden;
  top:0px;
  cursor:grab;
}

.scroller::after {
  /*content: "";*/
  /*position:absolute;*/
  /*z-index:0;*/
  /*background: url(LEGO_1x1_transparent_TEXURE . png) repeat !important;*/
  /*opacity: 0.4;*/
  /*top: 0;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /* position: absolute; */
  /* border:1px solid green; */
  /* z-index:-1; */
}