react-autoql 8.0.2-alpha.7 → 8.0.2-alpha.8

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.
Binary file
@@ -4057,8 +4057,8 @@ g.legendOrdinal .legendTitle tspan {
4057
4057
  .filter-lock-popover.filter-lock-popover-mobile {
4058
4058
  border: none;
4059
4059
  transform: unset !important;
4060
- height: calc(100vh - 80px);
4061
- max-height: calc(100vh - 80px);
4060
+ height: calc(100% - 80px);
4061
+ max-height: calc(100% - 80px);
4062
4062
  top: 0px !important; }
4063
4063
  .filter-lock-popover.filter-lock-popover-mobile .popover-container-content {
4064
4064
  animation: scale-down-tl 0.2s ease; }
Binary file