Fix scrollbar in captcha bug.

This commit is contained in:
ccd0 2016-09-16 16:53:05 -07:00
parent aa7d85aa65
commit 913aaa1d92

View File

@ -1403,7 +1403,7 @@ input.field.tripped:not(:hover):not(:focus) {
:root.ua-edge #qr .captcha-container > div > div:first-of-type {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 15px;
padding-right: 30px;
height: 99%;
width: 100%;
}