fix amount UI over activity UI

This commit is contained in:
Javier 2016-05-20 13:21:58 -03:00
commit 6ccc1c1127
5 changed files with 26 additions and 25 deletions

View file

@ -16,6 +16,10 @@
display: inherit;
}
.behind {
z-index: -1;
}
.bct {
background-color: transparent !important;
margin-top: -25px;
@ -67,10 +71,6 @@ button, .button {
padding: 0;
}
.scroll-view {
height: 100% !important;
}
/* Override the default modal size for large devices */
@media (min-width: 680px) {
.modal {