Fix spurious v-scrollbar when hovering bottom-most cells

This commit is contained in:
Raymond Hill 2020-03-04 13:34:50 -05:00
parent 6041a1c894
commit 7442463a87
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 2 deletions

View File

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