react-autoql 8.0.2-alpha.4 → 8.0.2-alpha.6

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
@@ -4687,6 +4687,8 @@ g.legendOrdinal .legendTitle tspan {
4687
4687
  font-family: var(--react-autoql-font-family), sans-serif;
4688
4688
  line-height: 22px;
4689
4689
  outline: none !important; }
4690
+ .react-autoql-drawer.mobile {
4691
+ height: calc(100vh - 80px); }
4690
4692
  .react-autoql-drawer .react-autoql-notification-list-container {
4691
4693
  height: calc(100% - 60px); }
4692
4694
  .react-autoql-drawer .data-messenger-header-select {
Binary file