[dashboard] allow bar charts to scroll on x axis (#2513)

This commit is contained in:
Maxime Beauchemin 2017-03-31 08:28:19 -07:00 committed by GitHub
parent 513a090cdc
commit 4b01e92509
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ text.nv-axislabel {
}
.dist_bar {
overflow-x: auto;
overflow-x: auto !important;
}
.dist_bar svg.nvd3-svg {
@ -24,8 +24,8 @@ text.nv-axislabel {
font-size: 12px;
}
.bar .slice_container {
overflow-x: auto;
.bar {
overflow-x: auto !important;
}
.bar svg.nvd3-svg {