mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fixes #1217
This commit is contained in:
parent
388025b10b
commit
fa9a5068e0
1 changed files with 1 additions and 2 deletions
|
|
@ -53,13 +53,12 @@ input:focus {
|
|||
}
|
||||
#content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 90px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 0;
|
||||
overflow-y: auto;
|
||||
padding-top: 90px;
|
||||
}
|
||||
#content table {
|
||||
border: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue