Skip to content

Commit 7442463

Browse files
committed
Fix spurious v-scrollbar when hovering bottom-most cells
1 parent 6041a1c commit 7442463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/popup-fenix.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ body[dir="rtl"] #tooltip {
216216
font-size: 90%;
217217
margin: 0;
218218
padding: 0;
219-
overflow-y: auto;
220-
overflow-x: hidden;
219+
overflow: hidden;
221220
text-align: right;
222221
}
223222
#main:not(.dfEnabled) #firewallContainer {

0 commit comments

Comments
 (0)