Skip to content

Commit d6f4cc0

Browse files
revert
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 69f3985 commit d6f4cc0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/sections/Meshery/Features-section/features-section.style.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ const FeaturesSectionWrapper = styled.section`
88
margin-bottom: 8rem;
99
overflow: hidden;
1010
position: relative;
11+
width: 100%;
12+
max-width: 100%;
13+
contain: layout style paint;
1114
transform-origin: center;
15+
z-index: 1;
16+
height: auto;
17+
isolate: isolate;
1218
.skw{
1319
display: grid;
1420
position: relative;
@@ -51,6 +57,8 @@ const FeaturesSectionWrapper = styled.section`
5157
transform: skew(0deg, 6deg);
5258
padding: 0 1rem 3rem;
5359
text-align: center;
60+
position: relative;
61+
z-index: 1;
5462
h1, h2, p {
5563
color: white;
5664
}

0 commit comments

Comments
 (0)