[web] force pdfViewer class to have 100% min-height to avoid triggering review-panel overflow bug GitOrigin-RevId: 69d5840eb471a1d33ee3c2cac6b7e8d8dea68e8e
@@ -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;