Skip to content

Commit 86a50ad

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-48386: GITHUB] Store View Drop down in Admin - unable to scroll to bottom #2896
1 parent a88bd99 commit 86a50ad

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

4139
.dropdown-menu {
4240
left: 0;
4341
margin-top: .5em;
42+
max-height: 250px;
43+
overflow-y: auto;
4444
padding-top: .25em;
4545

4646
li {

0 commit comments

Comments
 (0)