Browse Source

add custom scrollbar styling

master
jeffvli 3 years ago
parent
commit
59090866eb
  1. 14
      src/styles/App.global.css

14
src/styles/App.global.css

@ -67,3 +67,17 @@ h1 {
padding-bottom: 5px !important;
}
*/
*::-webkit-scrollbar {
width: 12px;
}
*::-webkit-scrollbar-track {
background: #262a31;
}
*::-webkit-scrollbar-thumb {
background-color: #6f747d;
border-radius: 20px;
border: 3px solid #262a31;
}

Loading…
Cancel
Save