Unverified Commit 4df64223 authored by liuzheng712's avatar liuzheng712

Merge branch 'github_dev' into dev

parents 6098b0a2 f8e0b8f5
......@@ -85,3 +85,18 @@ label {
position: absolute;
width: 100%;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment