Since it's not possible to import consistently, just use iframes instead

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 18:21:00 +08:00
parent 5239ec71d7
commit 75a98bd384

View file

@ -78,3 +78,10 @@ nav ul:not(.dropdown-content) > li > a {
padding-left: 300px;
}
}
iframe.viewer {
width: 100%;
height: 100%;
border: 0;
outline: 0;
}