Skip to content

Commit

Permalink
front page scrollbar issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
avnesh141 committed Mar 28, 2023
1 parent c348e11 commit 1fbd857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/EES/ContentCard/ContentCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
height: 48vh;
overflow-y: scroll !important;
margin: 20px;
display: flex;
display: flex; -ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}

.description {
Expand All @@ -41,6 +42,7 @@
color: white;
text-align: justify;
font-family: Poppins;

}

@media screen and (max-width: 600px) {
Expand Down

0 comments on commit 1fbd857

Please sign in to comment.