fix dist-bar overflow css (#6844)

This commit is contained in:
Krist Wongsuphasawat 2019-02-08 16:30:38 -08:00 committed by GitHub
parent 1c090df4a5
commit 0b1fbf8299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ text.nv-axislabel {
font-size: 14px;
}
.slice_container.dist_bar {
.dist_bar {
overflow-x: auto !important;
}