Skip to content

Commit

Permalink
#2156 Scroll for comments should be 'auto' and not explicitley 'scrol…
Browse files Browse the repository at this point in the history
…l' (#2157)

Signed-off-by: CTomlyn <[email protected]>
Co-authored-by: Matt Howard <[email protected]>
  • Loading branch information
tomlyn and matthoward366 authored Sep 17, 2024
1 parent f4a8ee4 commit b80fd6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ g.bkg-col-cyan-50 {
.d3-comment-text-entry-scroll {
pointer-events: unset;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
border-color: $comment-border-color;
border-width: $comment-border-width;
border-style: solid;
Expand Down

0 comments on commit b80fd6f

Please sign in to comment.