Skip to content

Commit

Permalink
This branch was auto-updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
2 parents cedaff6 + dbfcb96 commit ebb488f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/components/detailsToggle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function detailsToggle({ children, alt_header = null }) {
const handleScroll = () => {
setIsScrolling(true);
clearTimeout(hoverTimeout);
setOn(false);
//setOn(false);


// Reset scrolling state after a delay
setTimeout(() => {
Expand Down
1 change: 1 addition & 0 deletions website/src/components/detailsToggle/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
width: 1.25rem;
vertical-align: middle;
transition: transform 0.3s; /* Smooth transition for toggle icon */

}

:local(.toggleUpsideDown) {
Expand Down

0 comments on commit ebb488f

Please sign in to comment.