ls-pro-common 3.0.48 → 3.0.49

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.
package/dist/common.css CHANGED
@@ -2807,14 +2807,15 @@ html {
2807
2807
  background-color: #f5f5f5;
2808
2808
  }
2809
2809
  .search-modal-body {
2810
- min-height: 40vh;
2811
- max-height: 80vh;
2810
+ min-height: 45vh;
2811
+ max-height: 73vh;
2812
2812
  display: flex;
2813
2813
  }
2814
2814
  .search-modal-body .body-left {
2815
2815
  width: 230px;
2816
2816
  border-right: #f0f0f0 1px solid;
2817
2817
  padding: 10px;
2818
+ overflow: auto;
2818
2819
  }
2819
2820
  .search-modal-body .body-left .search-setting-item {
2820
2821
  padding: 5px 6px;
@@ -2841,6 +2842,7 @@ html {
2841
2842
  }
2842
2843
  .search-modal-body .body-right {
2843
2844
  flex: 1;
2845
+ overflow: auto;
2844
2846
  }
2845
2847
  .search-modal-footer {
2846
2848
  display: flex;