/* Match PDFTron's scrollbar styles */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aeb5bd;
  border-top: 2px solid transparent;
}

::-webkit-scrollbar-track {
  width: 10px;
  border-radius: 10px;
  background: none;
}