mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use overflow hidden to clip google auth button to container
This commit is contained in:
parent
956371dd51
commit
af9888cc81
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ function LoginFormHeader() {
|
|||
|
||||
function GoogleAuthButton() {
|
||||
return (
|
||||
<Box css={{ overflow: 'clip' }}>
|
||||
<Box css={{ overflow: 'hidden' }}>
|
||||
<div
|
||||
id="g_id_onload"
|
||||
data-client_id={googleID}
|
||||
|
|
|
|||
Loading…
Reference in a new issue