Allow fullscreen scrolling on mobile view, while retaining in-window scroll for laptop

feature/default_network_editable
sdtsui 7 years ago
parent 0fab1b5482
commit f23d8c7393
  1. 4
      ui/app/css/itcss/components/newui-sections.scss

@ -29,7 +29,10 @@ $wallet-view-bg: $wild-sand;
.wallet-view {
flex: 33.5 0 33.5%;
background: $wallet-view-bg;
@media screen and (min-width: 576px) {
overflow-y: scroll;
}
}
.wallet-view-title-wrapper {
@ -129,7 +132,6 @@ $wallet-view-bg: $wild-sand;
.main-container {
margin-top: 35px;
width: 100%;
height: 100%;
}
button.btn-clear {

Loading…
Cancel
Save