Skip to content

Commit

Permalink
Merge pull request apu52#934 from SumithThota/main
Browse files Browse the repository at this point in the history
fix: Issue apu52#861  Removed improper Flickering of elements
  • Loading branch information
apu52 authored Jul 3, 2024
2 parents 2dbafde + 14ea06d commit 28750d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions faq-website.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
position: relative;
transition: 0.3s ease;
cursor: pointer;

}

.faq.active {
Expand Down Expand Up @@ -52,7 +53,7 @@
}
.faq-title:hover {
transform: scale(1.1);
font-size: 24px;
/* font-size: 20px;*/ /* commenting to remove flickering of elements */
}

.faq-text {
Expand All @@ -78,7 +79,7 @@
padding: 0;
position: absolute;
right: 30px;
top: 30px;
top: 10px; /* Moving toggle button to top to remove overlapping with faq-title */
width: 30px;
}
.faq-toggle .fa-times,
Expand Down

0 comments on commit 28750d1

Please sign in to comment.