fix arc.io widget position on mobile

This commit is contained in:
Avris 2021-05-03 17:12:30 +02:00
parent 70d4a37a21
commit f2bf6fc757
1 changed files with 5 additions and 0 deletions

View File

@ -136,3 +136,8 @@ strike, .text-strike {
form[disabled] {
opacity: .5;
}
#arc-widget > iframe {
position: fixed;
bottom: 3px;
}