@alauda/ui 6.5.2-beta.0 → 6.5.2-beta.2

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.5.2-beta.0",
3
+ "version": "6.5.2-beta.2",
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
@@ -134,6 +134,7 @@
134
134
  }
135
135
 
136
136
  @mixin overlay-pane($alignItems: center) {
137
+ overflow: auto;
137
138
  @include flex-center($alignItems);
138
139
  @include scroll-bar;
139
140
  }