one-design-next 0.0.6 → 0.0.7

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.
@@ -1085,6 +1085,9 @@ html {
1085
1085
  box-shadow: var(--odn-popup-box-shadow);
1086
1086
  filter: var(--odn-popup-filter);
1087
1087
  }
1088
+ .odn-select-dropdown .rc-virtual-list-holder {
1089
+ transform: translateZ(0);
1090
+ }
1088
1091
  .odn-select-dropdown .rc-virtual-list-scrollbar-vertical {
1089
1092
  width: 6px !important;
1090
1093
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "one-design-next",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "One Design Next from TAD@tencent.com",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",