I2PTunnel: use height instead of min-height

This commit is contained in:
eyedeekay
2024-07-31 20:45:50 -04:00
parent 7b3ab43635
commit 7ac3804939
2 changed files with 2 additions and 2 deletions

View File

@@ -5674,7 +5674,7 @@ div.app:hover .applabel {
}
iframe {
min-height: 100vh;
height: 100vh;
}
/* end home page */

View File

@@ -5041,7 +5041,7 @@ div.footnote hr {
}
iframe {
min-height: 100vh;
height: 100vh;
}
iframe.iframed {