@douyinfe/semi-ui 2.28.0-beta.1 → 2.28.1

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/css/semi.css CHANGED
@@ -11902,6 +11902,9 @@ img[src=""], img:not([src]) {
11902
11902
  top: 1px;
11903
11903
  bottom: 1px;
11904
11904
  }
11905
+ .semi-input-group .semi-select {
11906
+ overflow-y: visible;
11907
+ }
11905
11908
  .semi-input-group .semi-input-number,
11906
11909
  .semi-input-group .semi-datepicker,
11907
11910
  .semi-input-group .semi-timepicker,
@@ -15251,6 +15254,7 @@ img[src=""], img:not([src]) {
15251
15254
  padding-top: 8px;
15252
15255
  padding-bottom: 8px;
15253
15256
  cursor: not-allowed;
15257
+ height: 20px;
15254
15258
  }
15255
15259
 
15256
15260
  .semi-rtl .semi-select,
@@ -18747,6 +18751,17 @@ img[src=""], img:not([src]) {
18747
18751
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul:before {
18748
18752
  height: 108px;
18749
18753
  }
18754
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item,
18755
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer {
18756
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
18757
+ scrollbar-width: none; /* Firefox */
18758
+ }
18759
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item::-webkit-scrollbar,
18760
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer::-webkit-scrollbar {
18761
+ display: none;
18762
+ width: 0;
18763
+ height: 0;
18764
+ }
18750
18765
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul,
18751
18766
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer > ul {
18752
18767
  padding-bottom: 108px;