body {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(134, 134, 134, 0.66);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(134, 134, 134, 0.66);
}
.fixed-header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 49;
  box-shadow: 0px 1px 6px 0px #bbbbbb;
}
