Fix Portal scrolling getting stuck (#4455) (#4456)

* Fix Portal scrolling getting stuck

* DappCard container flex

* Container height to 100%
This commit is contained in:
Jaco Greeff 2017-02-07 13:22:09 +01:00 committed by GitHub
parent b648bd403a
commit 5b31af4e09
3 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,10 @@
.list {
margin-bottom: 1.5em;
&:last-child {
margin-bottom: 0;
}
.background {
padding: 0.5em 0;
}

View File

@ -23,10 +23,11 @@
.compact,
.padded {
background-color: transparent !important;
border-radius: 0 !important;
height: 100%;
position: relative;
overflow: auto;
background-color: transparent !important;
}
.compact {

View File

@ -50,6 +50,7 @@ $popoverZ: 3600;
left: 0;
right: 0;
opacity: 0.25;
z-index: -1;
}
.overlay {