Skip to content

Commit 8d143c4

Browse files
author
Bogdan Plieshka
committed
MAGETWO-35195: JS loader is displayed outside the content area in Backend
- Added min height for content container, fixed spinners overlap
1 parent 83963df commit 8d143c4

File tree

1 file changed

+1
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Theme/web/css/source

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ body {
5757
.page-content {
5858
&:extend(._layout-width all);
5959
.clearer();
60+
min-height: 20rem; // ToDo UI: delete if sticky footer
6061
}
6162

6263
.page-wrapper > .page-content {

0 commit comments

Comments
 (0)