Skip to content

Commit 8a1d6cb

Browse files
authored
Merge branch 'dev' into feat/VCST-114
2 parents 23ac2a8 + 511eb75 commit 8a1d6cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<VersionPrefix>3.805.0</VersionPrefix>
12+
<VersionPrefix>3.806.0</VersionPrefix>
1313
<VersionSuffix></VersionSuffix>
1414
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1515
<NoWarn>$(NoWarn);S3875;S4457</NoWarn>

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)