mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix spurious v-scrollbar when hovering bottom-most cells
This commit is contained in:
parent
6041a1c894
commit
7442463a87
1 changed files with 1 additions and 2 deletions
|
|
@ -216,8 +216,7 @@ body[dir="rtl"] #tooltip {
|
|||
font-size: 90%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
}
|
||||
#main:not(.dfEnabled) #firewallContainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue