mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +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
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
body {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
#content {
|
||||
|
|
Loading…
Reference in a new issue