Unverified Commit f8e0b8f5 authored by liuzheng712's avatar liuzheng712

Merge branch 'dev' of github.com:jumpserver/luna into github_dev

parents 889c877e 31fde7a4
......@@ -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