1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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 {