forked from I2P_Developers/i2p.i2p
Fix double overflow scrollbar on Hidden Services Manager
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user