Fix Portal scrolling getting stuck (#4455)
* Fix Portal scrolling getting stuck * DappCard container flex * Container height to 100%
This commit is contained in:
parent
1d774835de
commit
83cf5fc068
@ -30,6 +30,10 @@
|
|||||||
.list {
|
.list {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
@ -23,10 +23,11 @@
|
|||||||
|
|
||||||
.compact,
|
.compact,
|
||||||
.padded {
|
.padded {
|
||||||
|
background-color: transparent !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: transparent !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact {
|
.compact {
|
||||||
|
@ -50,6 +50,7 @@ $popoverZ: 3600;
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
Loading…
Reference in New Issue
Block a user