forstok-ui-lib 5.9.0 → 5.9.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.mjs
CHANGED
|
@@ -425,7 +425,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
425
425
|
max-height: 75vh;
|
|
426
426
|
overflow-x: hidden;
|
|
427
427
|
@media (max-width: 767px) {
|
|
428
|
-
max-height:
|
|
428
|
+
max-height: 72vh;
|
|
429
429
|
}
|
|
430
430
|
${({$area:e})=>{let t="";return"promotion"===e&&(t+="\n max-height: 347px;\n overflow-y: auto;\n "),t}}
|
|
431
431
|
`,wt=x.section`
|
|
@@ -875,6 +875,10 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=$n,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
875
875
|
}
|
|
876
876
|
`,Ny=x.section`
|
|
877
877
|
width: 100%;
|
|
878
|
+
@media only screen and (max-width: 767.9px) {
|
|
879
|
+
overflow-x: auto;
|
|
880
|
+
overflow-y: hidden;
|
|
881
|
+
}
|
|
878
882
|
${({$mode:e})=>"master-listing"===e?y`
|
|
879
883
|
padding: 0 16px;
|
|
880
884
|
`:"detail-master"===e?y`
|