Content overlaps other content at 320px width equivalent or 400% zoom issue resolved

This commit is contained in:
Jatin_Chugh
2023-02-20 17:55:57 +05:30
parent 4aa2e0eb87
commit dc59048632

View File

@@ -137,3 +137,16 @@
}
}
}
@media screen and (max-width: 380px) {
.mat-icon-button {
width: 22px;
}
.adf-pdf-viewer__toolbar-page-selector > input {
padding: 0;
}
.adf-pdf-viewer__toolbar-page-scale {
width: 38px;
}
}