Skip to content

Commit 34e474e

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-48386: [GITHUB] Store View Drop down in Admin - unable to scroll to bottom #2896
- Added max height to Store View Drop down
1 parent 951694c commit 34e474e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
@_dropdown-list-min-width: 19.5rem,
3535
@_dropdown-list-shadow: @component__box-shadow__base
3636
);
37+
max-height: 250px;
38+
overflow-x: auto;
3739
}
3840

3941
.dropdown-menu {

0 commit comments

Comments
 (0)