CASH-1327 adjust modal height on screen.
This commit is contained in:
parent
6219b847d9
commit
b9dfa47d9e
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ export default {
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
top: 0;
|
top: -10%;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue