1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

head_insert: remove chrome scroll hack, causing other issues, doesn't really solve frame/scroll issues #93

This commit is contained in:
Ilya Kreymer 2015-07-18 23:26:51 -07:00
parent 0f4d779b00
commit 3b94f32a7f

View File

@ -41,6 +41,7 @@
<script> if (_wb_js) { _wb_js.load(); }</script>
<!-- workaround for chrome iframe scrolling issue -->
{#
{% if wbrequest.options.is_framed %}
<style type="text/css">
* {
@ -48,6 +49,7 @@
}
</style>
{% endif %}
#}
<!-- End WB Insert -->