Merge branch 'master' into upload-refactoring

This commit is contained in:
Abhinav-grd 2021-08-17 15:32:58 +05:30
commit 9270d80d24

View file

@ -135,7 +135,7 @@ const GlobalStyles = createGlobalStyle`
}
.modal-body{
max-height:74vh;
overflow:auto;
overflow-y:auto;
}
.modal-xl{
max-width:90% !important;