Replace height: 100% rule with workaround for flexbox quirks

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent d1996509de
commit 6a0993a45e
  1. 3
      ui/app/css/itcss/components/newui-sections.scss

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

Loading…
Cancel
Save