Better scroll management

This commit is contained in:
Amauri CHAMPEAUX 2018-09-11 10:40:16 +02:00 committed by GitHub
parent 4671f04aba
commit 6bd6555554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -42,6 +42,30 @@
/*outline: 2px solid #cb3333;*/
}
/***
* Better scroll management
*/
div#tarteaucitronMainLineOffset {
margin-top: 0!important;
}
div#tarteaucitronServices {
margin-top: 21px!important;
}
#tarteaucitronServices::-webkit-scrollbar {
width: 5px;
}
#tarteaucitronServices::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
#tarteaucitronServices::-webkit-scrollbar-thumb {
background-color: #ddd;
outline: 0px solid slategrey;
}
/***
* Responsive layout for the control panel
*/