Поправки css

This commit is contained in:
Book Pauk
2022-04-15 16:38:34 +07:00
parent 41e35f3ec8
commit 450a2e0664

View File

@@ -1429,6 +1429,26 @@ export default vueComponent(Reader);
color: #000;
overflow-x: auto;
overflow-y: hidden;
scrollbar-color: #c49a60 #e4e4e4;
}
.header::-webkit-scrollbar {
height: 10px;
}
.header::-webkit-scrollbar-track {
background-color: #e4e4e4;
border-radius: 4px;
}
.header::-webkit-scrollbar-thumb {
background-color: #c49a60;
border-radius: 4px;
border: 2px solid #e4e4e4;
}
.header::-webkit-scrollbar-thumb:hover {
background-color: #b48a50;
}
.main {