Skip to content

Commit

Permalink
Merge pull request #1977 from CSCfi/CSCTTV-4176
Browse files Browse the repository at this point in the history
fix tab navigation issue with hidden component
  • Loading branch information
konolak authored Feb 12, 2025
2 parents fc39f50 + 34a3b52 commit 996e51f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ng-container>
</ng-container>

<div class='scroll-wrapper' [class.hidden]='(moreThan900$ | async) === true || homepage'>
<div class='scroll-wrapper' [class.d-none]='(moreThan900$ | async) === true || homepage'>
<div class='left-btn left-gradient-container' [style.visibility]='(scrollAtStart$ | async) === false ? "visible" : "hidden"' (click)='scrollLeft()'>
<div class='nav-arrow'>
<fa-icon [icon]="faArrowLeft"></fa-icon>
Expand Down

0 comments on commit 996e51f

Please sign in to comment.