Skip to content

Commit 7b328ba

Browse files
MAGETWO-86203: Display scroll bar of admin store switcher in OSX computers. #12931
2 parents 7b54eca + eb7dc59 commit 7b328ba

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)