Merge pull request #5882 from whymarrh/fix-main-container-wrapper-height

Force main container wrapper height to fill remaining space
feature/default_network_editable
Whymarrh Whitby 6 years ago committed by GitHub
commit 7ade47d1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui/app/css/itcss/components/newui-sections.scss

@ -215,7 +215,8 @@ $wallet-view-bg: $alabaster;
} }
.main-container-wrapper { .main-container-wrapper {
height: 100%; flex: 1;
min-height: 0;
width: 100%; width: 100%;
} }
} }

Loading…
Cancel
Save