Skip to content

Commit 6bf903f

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@
268268
}
269269

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

0 commit comments

Comments
 (0)