diff --git a/src/index.html b/src/index.html index a90401f..86091f4 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,5 @@ - ${head} diff --git a/src/layouts/GeneralLayout.vue b/src/layouts/GeneralLayout.vue index 3706292..4a1671c 100644 --- a/src/layouts/GeneralLayout.vue +++ b/src/layouts/GeneralLayout.vue @@ -46,4 +46,32 @@ export default { top:0; left:0; } - \ No newline at end of file + +@screen md { + /* scrollbar width */ + ::-webkit-scrollbar { + background-color:#292F362c; + width:8px; + } + + /* scrollbar track */ + ::-webkit-scrollbar-track { + background-color:#292f362c; + } + + /* scrollbar handle */ + ::-webkit-scrollbar-thumb { + background-color:#ffc286; + border-radius:8px; + } + + /* scrollbar handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: #ce9d6d; + } + + ::-webkit-scrollbar-button { + display:none + } +} +