summaryrefslogtreecommitdiff
path: root/docs/_static/css/scrolls.css
blob: 26cfe41392c503e668493d2db4206de3e3f75ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.wy-table-responsive {
  scrollbar-color: #99A0A5 transparent;
  scroll-behavior: smooth;

  &::-webkit-scrollbar {
    height: 5px;
  }
  
  &::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 8px;
    margin: 0 10px;
  }
  
  &::-webkit-scrollbar-thumb {
    background-color: #99A0A5;
    border-radius: 8px;
    margin: 0 10px;
  }
}