Skip to content

Commit

Permalink
Hide carousel buttons when not required (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Dec 4, 2023
1 parent 800d7f6 commit 8cad0b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/assets/sass/carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
right: 50px;
}

.back-icon:disabled { visibility: hidden }

.next-icon:disabled { visibility: hidden }

.coms-slider {
margin-right: 10px;
}
Expand Down

0 comments on commit 8cad0b1

Please sign in to comment.