diff --git a/src/global.less b/src/global.less index 0bb056f..bae7cf0 100644 --- a/src/global.less +++ b/src/global.less @@ -1,7 +1,16 @@ // @app-header-height: 48px; -body { - color: red; -} +// body { +// color: red; +// } #root { height: 100%; +} +::-webkit-scrollbar { + width: 6px; + background-color: transparent; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + background: rgba(#000, 0.2); } \ No newline at end of file