Skip to content

Commit

Permalink
VCST-352: fix scrollbar style for popup message (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
basilkot committed Jan 31, 2024
1 parent 1495782 commit 615f18f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@
&__dialog-message
flex-grow: 1
max-height: 300px
overflow: scroll
overflow: auto
scrollbar-color: transparent transparent
&::-webkit-scrollbar
background-color: transparent
&::-webkit-scrollbar-thumb
background-color: transparent
&:hover
scrollbar-color: $scrollThumbColor $scrollTrackColor
&::-webkit-scrollbar
background-color: $scrollTrackColor
&::-webkit-scrollbar-thumb
Expand Down

0 comments on commit 615f18f

Please sign in to comment.