Add scroll-behavior: auto

This commit is contained in:
Fierelier 2023-10-06 18:35:45 +02:00
parent de759bdcdd
commit f1c2f809ab
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ styleSheet = WebKit2.UserStyleSheet.new("""
box-shadow: none !important;
text-shadow: none !important;
image-rendering: pixelated !important;
scroll-behavior: auto !important;
}
""",WebKit2.UserContentInjectedFrames.ALL_FRAMES,WebKit2.UserStyleLevel.USER,None,None)