Remove horizontal scrolling in dashboard to enable dropdowns

This commit is contained in:
Brian Miyaji
2017-03-13 12:08:27 +11:00
parent f685193c40
commit a10bb970b4

View File

@@ -244,10 +244,6 @@
clear: both; clear: both;
} }
.sp-data-table-container {
overflow-x: scroll;
}
.sp-data-table-container::-webkit-scrollbar { .sp-data-table-container::-webkit-scrollbar {
height:12px; height:12px;
} }