Merge pull request #7813 from overleaf/mf-pdf-viewer-review-panel-overflow

[web] force pdfViewer class to have 100% min-height to avoid triggering review-panel overflow bug

GitOrigin-RevId: 69d5840eb471a1d33ee3c2cac6b7e8d8dea68e8e
This commit is contained in:
Alf Eaton 2022-05-11 12:25:20 +01:00 committed by Copybot
parent f7977cdca5
commit ef10d95239

View file

@ -230,6 +230,10 @@
height: 100%;
-webkit-font-smoothing: initial;
-moz-osx-font-smoothing: initial;
/* fix review-panel overflow issue, see: https://github.com/overleaf/internal/issues/6781#issuecomment-1112708638 */
.pdfViewer {
min-height: 100%;
}
}
&:focus-within {
outline: none;