forked from 77media/video-flow
修复 H5MediaViewer 高度问题
This commit is contained in:
parent
7a3366fb2e
commit
acd6e7e931
@ -488,7 +488,7 @@ export function H5MediaViewer({
|
||||
)}
|
||||
<style jsx global>{`
|
||||
[data-alt='carousel-wrapper'] .slick-slide { display: block; }
|
||||
.slick-list { width: 100%;height: 100%;max-height: calc(100vh - 20rem); }
|
||||
.slick-list { width: 100%;height: 100% !important;max-height: calc(100vh - 20rem); }
|
||||
`}</style>
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user