@mond-design-system/react 4.10.1 → 4.10.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/dist/index.cjs +14 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +14 -12
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -571,6 +571,7 @@ button.mds-Link__link {
|
|
|
571
571
|
display: flex;
|
|
572
572
|
align-items: center;
|
|
573
573
|
overflow-x: auto;
|
|
574
|
+
overscroll-behavior-x: contain;
|
|
574
575
|
scrollbar-width: none;
|
|
575
576
|
min-width: 0;
|
|
576
577
|
}
|
|
@@ -779,6 +780,7 @@ button.mds-Link__link {
|
|
|
779
780
|
.mds-Sheet__body {
|
|
780
781
|
flex: 1;
|
|
781
782
|
overflow-y: auto;
|
|
783
|
+
overscroll-behavior-y: contain;
|
|
782
784
|
padding: var(--mds-pad-card);
|
|
783
785
|
}
|
|
784
786
|
.mds-Sheet__footer {
|
|
@@ -2209,6 +2211,7 @@ button.mds-Link__link {
|
|
|
2209
2211
|
.mds-Modal__body {
|
|
2210
2212
|
flex: 1;
|
|
2211
2213
|
overflow-y: auto;
|
|
2214
|
+
overscroll-behavior-y: contain;
|
|
2212
2215
|
padding: var(--mds-pad-card);
|
|
2213
2216
|
}
|
|
2214
2217
|
.mds-Modal__footer {
|
|
@@ -2243,6 +2246,7 @@ button.mds-Link__link {
|
|
|
2243
2246
|
flex: 1;
|
|
2244
2247
|
min-height: 0;
|
|
2245
2248
|
overflow-y: auto;
|
|
2249
|
+
overscroll-behavior-y: contain;
|
|
2246
2250
|
padding: var(--mds-pad-page-y) var(--mds-pad-page-x);
|
|
2247
2251
|
}
|
|
2248
2252
|
.mds-Screen__content.mds-Screen__flush {
|
|
@@ -2391,6 +2395,7 @@ button.mds-Link__link {
|
|
|
2391
2395
|
flex: 0 0 var(--mds-sidebar-w);
|
|
2392
2396
|
padding: var(--mds-pad-page-y) var(--mds-pad-tight);
|
|
2393
2397
|
overflow-y: auto;
|
|
2398
|
+
overscroll-behavior-y: contain;
|
|
2394
2399
|
}
|
|
2395
2400
|
.mds-SideNav__group {
|
|
2396
2401
|
display: flex;
|
|
@@ -2859,6 +2864,7 @@ button.mds-Link__link {
|
|
|
2859
2864
|
.mds-VideoPlayer__player:fullscreen .mds-VideoPlayer__chapters {
|
|
2860
2865
|
min-height: 0;
|
|
2861
2866
|
overflow-y: auto;
|
|
2867
|
+
overscroll-behavior-y: contain;
|
|
2862
2868
|
}
|
|
2863
2869
|
|
|
2864
2870
|
/* mds-css:/home/runner/work/mond-design-system/mond-design-system/packages/react/src/components/Breadcrumb/Breadcrumb.module.css?mds-scoped */
|