Skip to content

Commit bd6d6bd

Browse files
authored
VCST-352: fix scrollbar style for popup message (#2754)
1 parent d7e9dda commit bd6d6bd

File tree

1 file changed

+3
-1
lines changed
  • src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules

1 file changed

+3
-1
lines changed

src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_dialogs.sass

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@
5353
&__dialog-message
5454
flex-grow: 1
5555
max-height: 300px
56-
overflow: scroll
56+
overflow: auto
57+
scrollbar-color: transparent transparent
5758
&::-webkit-scrollbar
5859
background-color: transparent
5960
&::-webkit-scrollbar-thumb
6061
background-color: transparent
6162
&:hover
63+
scrollbar-color: $scrollThumbColor $scrollTrackColor
6264
&::-webkit-scrollbar
6365
background-color: $scrollTrackColor
6466
&::-webkit-scrollbar-thumb

0 commit comments

Comments
 (0)