style:滚动条样式修复

This commit is contained in:
zhangyu
2022-12-20 14:38:48 +08:00
parent e991ce4b7c
commit 3092869bda
3 changed files with 11 additions and 11 deletions

View File

@@ -81,15 +81,15 @@
width: calc(100% - 15px);
overflow: auto;
}
.file-state-panel-content::-webkit-scrollbar {
width: 6px;
}
.file-directory-content::-webkit-scrollbar-thumb {
width: 6px;
}
.file-directory-content::-webkit-scrollbar-thumb:hover {
width: 6px;
}
//.file-state-panel-content::-webkit-scrollbar {
// width: 6px;
//}
//.file-directory-content::-webkit-scrollbar-thumb {
// width: 6px;
//}
//.file-directory-content::-webkit-scrollbar-thumb:hover {
// width: 6px;
//}
.directory-content-header{
height: 32px;
line-height: 32px;