mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 19:31:21 +08:00
🚲 移除官网滚动条
This commit is contained in:
@@ -11,6 +11,19 @@
|
||||
body {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #585a61;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
body::-webkit-scrollbar{
|
||||
width: 5px;
|
||||
height: 1px;
|
||||
}
|
||||
body::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
body::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user