Skip to content

Commit 10a6288

Browse files
Merge forwardport of #12931 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12931.patch (created by @jalogut) based on commit(s): 1. c66fde6
2 parents 9e7bf93 + ea616e0 commit 10a6288

File tree

1 file changed

+8
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar

1 file changed

+8
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar/_store-switcher.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
max-height: 250px;
4343
overflow-y: auto;
4444
padding-top: .25em;
45+
&::-webkit-scrollbar {
46+
-webkit-appearance: none;
47+
width: 7px;
48+
}
49+
&::-webkit-scrollbar-thumb {
50+
border-radius: 4px;
51+
background-color: rgba(0, 0, 0, .5);
52+
}
4553

4654
li {
4755
border: 0;

0 commit comments

Comments
 (0)