vue-vben-admin/src/design/public.less

19 lines
326 B
Plaintext
Raw Normal View History

2020-09-28 20:19:10 +08:00
::-webkit-scrollbar {
2020-11-02 23:04:25 +08:00
width: 6px;
height: 6px;
2020-09-28 20:19:10 +08:00
}
2020-11-02 23:04:25 +08:00
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
2020-09-28 20:19:10 +08:00
::-webkit-scrollbar-thumb {
2020-11-02 23:04:25 +08:00
background: rgba(0, 0, 0, 0.2);
2020-09-28 20:19:10 +08:00
border-radius: 4px;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
background: @border-color-dark;
}