Skip to content

Commit 7a2bc8f

Browse files
committed
MAGETWO-95866 Fix tests
1 parent f59c1ca commit 7a2bc8f

File tree

1 file changed

+4
-4
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module

1 file changed

+4
-4
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@
267267
height: 100%;
268268
}
269269

270-
> ul[role="menu"] {
271-
max-width: ~'calc(100vw - @{menu__width})';
272-
min-height: @submenu__height;
273-
overflow-y: hidden;
270+
> ul[role='menu'] {
274271
overflow-x: auto;
272+
overflow-y: hidden;
273+
max-width: ~'calc(100vw - @{menu__width})';
274+
min-height: @submenu__height;
275275
}
276276
}
277277

0 commit comments

Comments
 (0)