@nnc-digital/nnc-design-system 1.0.0-alpha36 → 1.0.0-alpha38
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/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +2 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -7950,6 +7950,7 @@ const Container$_ = styled.div`
|
|
|
7950
7950
|
width: 100%;
|
|
7951
7951
|
display: block;
|
|
7952
7952
|
box-sizing: border-box;
|
|
7953
|
+
position: sticky;
|
|
7953
7954
|
z-index: 1;
|
|
7954
7955
|
`;
|
|
7955
7956
|
|
|
@@ -25790,7 +25791,7 @@ const VideoContainer = styled.div`
|
|
|
25790
25791
|
height: 560px;
|
|
25791
25792
|
}
|
|
25792
25793
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
|
|
25793
|
-
height:
|
|
25794
|
+
height: 636px;
|
|
25794
25795
|
}
|
|
25795
25796
|
`;
|
|
25796
25797
|
|