@douyinfe/semi-ui 2.52.0-beta.1 → 2.52.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
@@ -5851,6 +5851,7 @@ body {
5851
5851
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5852
5852
  }
5853
5853
  .semi-dropdown-wrapper {
5854
+ overflow-y: auto;
5854
5855
  box-shadow: var(--semi-shadow-elevated);
5855
5856
  position: relative;
5856
5857
  z-index: 1050;