Fix for captcha covering the file field when Google uses the copy/paste type.
This commit is contained in:
parent
b3ae51f363
commit
304d7cbcb2
@ -105,6 +105,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
|
|||||||
/* party hats */
|
/* party hats */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
#g-recaptcha {
|
||||||
|
min-height: 78px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
:root:not(.js-enabled) #postForm {
|
:root:not(.js-enabled) #postForm {
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user