fix double scrollbar issue

This commit is contained in:
ansuz 2016-07-12 15:45:49 +02:00
parent e73d93031c
commit dea8e225db
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
data-alt-favicon="/customize/alt-favicon.png" data-alt-favicon="/customize/alt-favicon.png"
id="favicon" /> id="favicon" />
<style> <style>
html, body {
overflow-y: hidden;
}
#pad-iframe { #pad-iframe {
position:fixed; position:fixed;
top:0px; top:0px;