html,
body {
  overflow-y: hidden;
}
.content_wrapper {
  overflow: auto;
  height: calc(100vh - 180px);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  border-radius: 8px;
}
