mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 11:31:45 +00:00
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:
parent
f7977cdca5
commit
ef10d95239
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue