react-autoql 4.4.2 → 4.4.5

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.
@@ -3994,12 +3994,16 @@ g.legendOrdinal .legendTitle tspan {
3994
3994
  max-height: 93vh !important; }
3995
3995
 
3996
3996
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original,
3997
- .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter {
3997
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter, .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .react-autoql-dashboard-drilldown-original,
3998
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .layout-splitter {
3998
3999
  display: none; }
3999
4000
 
4000
4001
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary) {
4001
4002
  height: calc(100% - 50px) !important; }
4002
4003
 
4004
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .layout-pane:not(.layout-pane-primary) {
4005
+ height: 100% !important; }
4006
+
4003
4007
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-modal-body {
4004
4008
  padding: 0; }
4005
4009
 
Binary file