Ensure that the PDF viewer has an isolated stacking context (#24003)

GitOrigin-RevId: 2cdaffa8c4387e173f3256864ec15d785931caf2
This commit is contained in:
Alf Eaton 2025-03-06 09:57:42 +00:00 committed by Copybot
parent 763bf34e19
commit a062ec2dd9

View file

@ -174,6 +174,8 @@
}
.pdf-viewer {
isolation: isolate;
iframe {
width: 100%;
height: 100%;