set iframe viewer to fit content

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 22:05:54 +08:00
parent 181df98a98
commit fc2ce60611

View file

@ -81,7 +81,7 @@ nav ul:not(.dropdown-content) > li > a {
iframe.viewer {
width: 100%;
height: 100%;
height: fit-content;
border: 0;
outline: 0;
}