Skip to content

Commit 1377d47

Browse files
authored
Merge pull request #116 from SandipDhang/fix-horizontal-scrollbar
fixed - horizontal scrollbar on animation time along with each page
2 parents 5ca2fa4 + c014d68 commit 1377d47

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/containers/skills/Skills.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.skills-main-div {
22
display: flex;
3+
overflow: hidden;
34
}
45

56
.skills-header {

src/pages/contact/ContactComponent.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.contact-main {
2-
width: 100vw;
2+
width: 100%;
33
}
44

55
.basic-contact {

src/pages/education/EducationComponent.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.education-main {
2-
width: 100vw;
2+
width: 100%;
33
}
44

55
.basic-education {

src/pages/experience/Experience.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.experience-main {
2-
width: 100vw;
2+
width: 100%;
33
}
44

55
.basic-experience {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.opensource-main {
2-
width: 100vw;
2+
width: 100%;
33
}

src/pages/projects/Projects.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.projects-main {
2-
width: 100vw;
2+
width: 100%;
33
text-align: center;
44
}
55

0 commit comments

Comments
 (0)