fix arc.io widget position on mobile

This commit is contained in:
Avris 2021-05-03 17:27:15 +02:00
parent f2bf6fc757
commit 1b8b90d39b
1 changed files with 2 additions and 2 deletions

View File

@ -138,6 +138,6 @@ form[disabled] {
}
#arc-widget > iframe {
position: fixed;
bottom: 3px;
position: fixed !important;
bottom: 3px !important;
}