Skip to content

Commit 02773b3

Browse files
committed
[DEBUG]: height of background in Feature section and z-index for modal
1 parent 44711ca commit 02773b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: components/Features/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Features() {
3232
})
3333
return (
3434
<FeatureWrapper id={sectionsTitle[0]} className='container flex flex-col-reverse md:flex-row rounded-sm mx-auto border-1 border-gray overflow-visible h-auto md:h-96 mb-0 md:mb-64 lg:mb-48 xl:mb-36'>
35-
<FeaturesDescWrapper className='h-full w-full mt-4 py-36 md:py-0 md:w-1/2 flex flex-col items-start justify-center px-4 md:px-12'>
35+
<FeaturesDescWrapper className='h-full w-full py-36 md:py-0 md:w-1/2 flex flex-col items-start justify-center px-4 md:px-12'>
3636
<div className='text-xl md:text-base font-bold w-full md:w-11/12 mb-7'>{ StaticMessges.features.title }</div>
3737
<div className='w-11/12'>{ StaticMessges.features.description }</div>
3838
</FeaturesDescWrapper>

Diff for: components/InstallModal/style.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ width: 100vw;
99
position: fixed;
1010
top: 0;
1111
left: 0;
12-
z-index: 10;
12+
z-index: 50;
1313
background: #02161396;
1414
justify-content: center;
1515
align-items: center;

0 commit comments

Comments
 (0)