html {
  overflow-y: scroll !important;
  scrollbar-gutter: auto !important;
  scrollbar-width: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}

.greed-scrollbar {
  background: #080808;
  border-left: 1px solid #242424;
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 12px;
  z-index: 99999;
}

.greed-scrollbar__thumb {
  background: linear-gradient(90deg, #3b3d3f 0%, #e5e7e8 45%, #92969a 68%, #303234 100%);
  border: 2px solid #080808;
  border-radius: 3px;
  min-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
}

.greed-scrollbar__thumb:hover,
.greed-scrollbar__thumb.is-dragging {
  background: linear-gradient(90deg, #55585b 0%, #ffffff 45%, #b8bcc0 68%, #44474a 100%);
}

.greed-scrollbar,
.greed-scrollbar * {
  cursor: none !important;
}
