| Current Path : /home/bonneesp/www/components/com_tabulizer/assets/css/responsive/ |
| Current File : /home/bonneesp/www/components/com_tabulizer/assets/css/responsive/responsive-scroll-basic.css |
/**
Developed by Dimitrios Mourloukos (http://www.tabulizer.com) based on an idea presented by Russ Weakley at http://www.maxdesign.com.au/
*/
@media only screen and (max-width: 64em) {
.tabscrollwrapper
{
width: 100%;
overflow-x: auto;
_overflow: auto;
margin: 0 0 1em;
}
.tabscrollwrapper::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.tabscrollwrapper::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
}