Fix scrollbar in captcha bug.
This commit is contained in:
parent
aa7d85aa65
commit
913aaa1d92
@ -1403,7 +1403,7 @@ input.field.tripped:not(:hover):not(:focus) {
|
|||||||
:root.ua-edge #qr .captcha-container > div > div:first-of-type {
|
:root.ua-edge #qr .captcha-container > div > div:first-of-type {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-right: 15px;
|
padding-right: 30px;
|
||||||
height: 99%;
|
height: 99%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user