axidio-styleguide-library1-v2 0.7.11 → 0.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8071,7 +8071,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8071
8071
|
}
|
|
8072
8072
|
else if (groupsCount > 8 || subgroupsCount > 2) {
|
|
8073
8073
|
innerContainer.style('overflow-x', 'auto');
|
|
8074
|
-
innerContainer.classed('scroll-enabled',
|
|
8074
|
+
innerContainer.classed('scroll-enabled', false);
|
|
8075
8075
|
}
|
|
8076
8076
|
else {
|
|
8077
8077
|
innerContainer.style('overflow-x', 'hidden');
|