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:
parent
0f4d779b00
commit
3b94f32a7f
@ -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 -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user