diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
| commit | 8d874071236aa9d8433837e613a23fa50d0174ba (patch) | |
| tree | 322324a1528fa3272252963ca4c97e82f2fe5f18 /src/components/Root.scss | |
| parent | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff) | |
chore: dashboard style
Diffstat (limited to 'src/components/Root.scss')
| -rw-r--r-- | src/components/Root.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/Root.scss b/src/components/Root.scss index dfecea2..1a0644c 100644 --- a/src/components/Root.scss +++ b/src/components/Root.scss @@ -65,6 +65,23 @@ body { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + ::-webkit-scrollbar { + z-index: 11; + background: transparent; + + &-thumb { + border-radius: 5px; + background: #3b5f76; + } + } + + ::-webkit-scrollbar:vertical { + width: 6px; + } + + ::-webkit-scrollbar:horizontal { + height: 6px; + } margin: 0; padding: 0; } |
