mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +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>
|
<script> if (_wb_js) { _wb_js.load(); }</script>
|
||||||
|
|
||||||
<!-- workaround for chrome iframe scrolling issue -->
|
<!-- workaround for chrome iframe scrolling issue -->
|
||||||
|
{#
|
||||||
{% if wbrequest.options.is_framed %}
|
{% if wbrequest.options.is_framed %}
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
* {
|
* {
|
||||||
@ -48,6 +49,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
#}
|
||||||
|
|
||||||
<!-- End WB Insert -->
|
<!-- End WB Insert -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user