#scroll-bar {
	height: @scroll-bar-height;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  .backface-visibility(hidden);
}

#scroll-bar-inner {
	background-color: @scroll-bar-bg-color;
  height: @scroll-bar-inner-height;
}

.with-sticky-navigation #scroll-bar,
.with-sticky-transparent-navigation #scroll-bar {
	top: @navbar-height;
}