forked from I2P_Developers/i2p.i2p
I2PTunnel: use height instead of min-height
This commit is contained in:
@@ -5674,7 +5674,7 @@ div.app:hover .applabel {
|
||||
}
|
||||
|
||||
iframe {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
/* end home page */
|
||||
|
||||
@@ -5041,7 +5041,7 @@ div.footnote hr {
|
||||
}
|
||||
|
||||
iframe {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
iframe.iframed {
|
||||
|
||||
Reference in New Issue
Block a user