Better scroll management
This commit is contained in:
parent
4671f04aba
commit
6bd6555554
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue