mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[dashboard] allow bar charts to scroll on x axis (#2513)
This commit is contained in:
committed by
GitHub
parent
513a090cdc
commit
4b01e92509
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user