mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Enforce no scrollbars on body
element
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/881
This commit is contained in:
parent
c8fefc6d0c
commit
3ef999d44b
@ -14,6 +14,7 @@
|
||||
body {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
#content {
|
||||
|
Loading…
Reference in New Issue
Block a user