Enforce no scrollbars on body element

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/881
This commit is contained in:
Raymond Hill 2020-02-03 10:51:30 -05:00
parent c8fefc6d0c
commit 3ef999d44b
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -14,6 +14,7 @@
body {
border: 0;
margin: 0;
overflow: hidden;
padding: 0;
}
#content {