Merge pull request #28307 from overleaf/dp-firefox-bug

Fix positioning of review-panel-empty-state in firefox

GitOrigin-RevId: e3a0e12b8b69aac3fccc6fbbf92e0a02aa769759
This commit is contained in:
David
2025-09-08 09:16:27 +01:00
committed by Copybot
parent c82704c9a0
commit 7928452c6a

View File

@@ -442,6 +442,7 @@ del.review-panel-content-highlight {
top: 0;
bottom: 0;
pointer-events: none;
overflow-y: auto;
}
.review-panel-empty-state-inner {