mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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%;
|
height: 100%;
|
||||||
-webkit-font-smoothing: initial;
|
-webkit-font-smoothing: initial;
|
||||||
-moz-osx-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 {
|
&:focus-within {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Reference in a new issue