We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e7988 commit 8c0e991Copy full SHA for 8c0e991
app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source/_module.less
@@ -274,16 +274,17 @@
274
275
.media-directory-container {
276
&::-webkit-scrollbar {
277
- background: transparent;
278
- width: 0;
+ background-color: @color-media-gallery-checkbox-background;
+ }
279
+ &::-webkit-scrollbar-thumb {
280
+ background-color: @color-masonry-grey;
281
}
- -ms-overflow-style: none;
282
float: left;
283
max-width: 50%;
284
overflow-x: scroll;
285
overflow-y: hidden;
286
padding-right: 40px;
- scrollbar-width: none;
287
+ scrollbar-color: @color-masonry-grey @color-media-gallery-checkbox-background;
288
289
290
.media-gallery-image-block {
0 commit comments