mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
Fix Modals on Mobile (#1110)
This commit is contained in:
parent
97d58c4a18
commit
41c5c32d51
@ -108,6 +108,11 @@ $m-anim-speed: 400ms;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
// Mobile styles
|
||||
@media(max-width: $screen-sm) {
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
.animate-modal {
|
||||
|
@ -57,3 +57,7 @@ hr {
|
||||
border: 0;
|
||||
border-top: 1px solid $hr-border;
|
||||
}
|
||||
|
||||
#app {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user