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

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
@@ -18747,6 +18747,17 @@ img[src=""], img:not([src]) {
18747
18747
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul:before {
18748
18748
  height: 108px;
18749
18749
  }
18750
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item,
18751
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer {
18752
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
18753
+ scrollbar-width: none; /* Firefox */
18754
+ }
18755
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item::-webkit-scrollbar,
18756
+ .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer::-webkit-scrollbar {
18757
+ display: none;
18758
+ width: 0;
18759
+ height: 0;
18760
+ }
18750
18761
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul,
18751
18762
  .semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer > ul {
18752
18763
  padding-bottom: 108px;