fix amount UI over activity UI
This commit is contained in:
parent
501731571b
commit
6ccc1c1127
5 changed files with 26 additions and 25 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue