Fix double overflow scrollbar on Hidden Services Manager

This commit is contained in:
idk
2021-03-29 21:12:29 -04:00
parent 2a74dce3ad
commit f9422c9589
2 changed files with 1 additions and 5 deletions

View File

@@ -589,13 +589,11 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
.tunnelHostnameCopy {
margin-bottom: 1em !important;
/*margin-top: -1em !important;*/
}
.tunnelPreviewHostname {
margin-bottom: 1em !important;
/*margin-top: -1em !important;*/
width: 100%;
width: 99%;
height: 1.5em;
overflow: hidden;
}

View File

@@ -1328,12 +1328,10 @@ p:empty + .sb_notice {
.main#tunnelmgr {
padding: 0 10px;
min-width: 556px;
height: 150%;
}
#i2ptunnelframe {
margin: -4px 0 -1px;
height: 100vh !important;
overflow: hidden;
}