1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00
This commit is contained in:
Chris 2015-04-09 14:25:39 -06:00
parent 388025b10b
commit fa9a5068e0

View File

@ -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;