pull/3697/merge
Zalati (Cédric Lecullié) 2 weeks ago committed by GitHub
commit ceb324b78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,6 +27,25 @@
input[type='search']::-webkit-search-cancel-button {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.8);
border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0,0,0,.6);
}
}
@layer components {

Loading…
Cancel
Save