[ACS-3731] move/copy dialog and content overlaps other than 320px issue fixed (#7981)

* move copy dialog and content overlaps other than 320px issue fixed

* linting issus fixed for test cases
This commit is contained in:
jatin2008
2022-11-18 11:35:47 +05:30
committed by GitHub
parent 44f54b2a61
commit c4446f0bf9

View File

@@ -102,4 +102,10 @@ adf-content-node-selector {
} }
} }
} }
@media screen and (max-width: 768px) {
.mat-dialog-container {
height: 100vh;
}
}
} }