File tree 2 files changed +4
-2
lines changed
src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
12
- <VersionPrefix >3.805 .0</VersionPrefix >
12
+ <VersionPrefix >3.806 .0</VersionPrefix >
13
13
<VersionSuffix ></VersionSuffix >
14
14
<VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' " >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
15
15
<NoWarn >$(NoWarn);S3875;S4457</NoWarn >
Original file line number Diff line number Diff line change 53
53
& __dialog-message
54
54
flex-grow : 1
55
55
max-height : 300px
56
- overflow : scroll
56
+ overflow : auto
57
+ scrollbar-color : transparent transparent
57
58
& ::-webkit-scrollbar
58
59
background-color : transparent
59
60
& ::-webkit-scrollbar-thumb
60
61
background-color : transparent
61
62
& :hover
63
+ scrollbar-color : $scrollThumbColor $scrollTrackColor
62
64
& ::-webkit-scrollbar
63
65
background-color : $scrollTrackColor
64
66
& ::-webkit-scrollbar-thumb
You can’t perform that action at this time.
0 commit comments