overflow-x: scroll;
line-height: 18px !important;
}
/* Customizations for tabber horizontal scrollbar */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background: #918e89;
}
::-webkit-scrollbar-thumb:hover {
background: #5c5a57 !important;
}
::-webkit-scrollbar-thumb:active {
background: #3d3c3a !important;
}