antd-mobile 5.41.0-alpha.4 → 5.41.0-alpha.5

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.
@@ -5710,6 +5710,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled):after {
5710
5710
  overflow-y: hidden;
5711
5711
  overflow-x: scroll;
5712
5712
  letter-spacing: 2px;
5713
+ padding-right: var(--caret-width);
5713
5714
  scrollbar-width: none;
5714
5715
  }
5715
5716
 
@@ -32,6 +32,7 @@
32
32
  overflow-y: hidden;
33
33
  overflow-x: scroll;
34
34
  letter-spacing: 2px;
35
+ padding-right: var(--caret-width);
35
36
  scrollbar-width: none;
36
37
  }
37
38
 
@@ -32,6 +32,7 @@
32
32
  overflow-y: hidden;
33
33
  overflow-x: scroll;
34
34
  letter-spacing: 2px;
35
+ padding-right: var(--caret-width);
35
36
  scrollbar-width: none;
36
37
  }
37
38
 
package/2x/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-mobile",
3
- "version": "5.41.0-alpha.4",
3
+ "version": "5.41.0-alpha.5",
4
4
  "homepage": "https://github.com/ant-design/ant-design-mobile#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/ant-design/ant-design-mobile/issues"