diff --git a/pywb/static/wb.css b/pywb/static/wb.css index f1c969d4..b285cfa6 100644 --- a/pywb/static/wb.css +++ b/pywb/static/wb.css @@ -23,13 +23,14 @@ #_wb_frame_top_banner { - position: fixed !important; + position: absolute !important; border: 0px; height: 40px !important; } .wb_iframe_div { + position: absolute; width: 100%; height: 100%; padding: 40px 4px 4px 0px; @@ -37,6 +38,7 @@ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; + overflow: hidden; } .wb_iframe @@ -44,4 +46,6 @@ width: 100%; height: 100%; border: 2px solid tan; + padding: 0px 0px 0px 0px; + overflow: scroll; } diff --git a/pywb/ui/frame_insert.html b/pywb/ui/frame_insert.html index 9417d019..82e2a820 100644 --- a/pywb/ui/frame_insert.html +++ b/pywb/ui/frame_insert.html @@ -1,5 +1,17 @@ +
+