fix arc.io widget position on mobile
This commit is contained in:
parent
70d4a37a21
commit
f2bf6fc757
|
@ -136,3 +136,8 @@ strike, .text-strike {
|
|||
form[disabled] {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
#arc-widget > iframe {
|
||||
position: fixed;
|
||||
bottom: 3px;
|
||||
}
|
||||
|
|
Reference in New Issue