mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 06:07:59 +00:00
Ensure that the PDF viewer has an isolated stacking context (#24003)
GitOrigin-RevId: 2cdaffa8c4387e173f3256864ec15d785931caf2
This commit is contained in:
parent
763bf34e19
commit
a062ec2dd9
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@
|
|||
}
|
||||
|
||||
.pdf-viewer {
|
||||
isolation: isolate;
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue