@alauda/ui 6.4.2-beta.16 → 6.4.2-beta.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.4.2-beta.16",
3
+ "version": "6.4.2-beta.19",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
package/theme/_mixin.scss CHANGED
@@ -125,6 +125,10 @@
125
125
  border-radius: 2px;
126
126
  background-color: $color;
127
127
  }
128
+
129
+ &::-webkit-scrollbar-corner {
130
+ background-color: transparent;
131
+ }
128
132
  }
129
133
 
130
134
  @mixin clear-button() {