.jexcel_tab_names {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    height: 47px;
}

.jexcel_tab_names::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.jexcel_tab_names::-webkit-scrollbar-track {
    background: #eee;
}
 
.jexcel_tab_names::-webkit-scrollbar-thumb {
  background: #666; 
}

.jexcel_tab .jexcel_content {
    width: 100% !important;
}