fix arc.io widget position on mobile
This commit is contained in:
parent
f2bf6fc757
commit
1b8b90d39b
|
@ -138,6 +138,6 @@ form[disabled] {
|
|||
}
|
||||
|
||||
#arc-widget > iframe {
|
||||
position: fixed;
|
||||
bottom: 3px;
|
||||
position: fixed !important;
|
||||
bottom: 3px !important;
|
||||
}
|
||||
|
|
Reference in New Issue