Fixed #20 dealt with the pill on iOS

This commit is contained in:
2021-06-06 19:05:30 +02:00
parent 67d6717f53
commit 8bec30561e
2 changed files with 24 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function get_page_header(
. $favicons
. '<title>'.$title.'</title><link rel="stylesheet" href="styles/style.css">'
. $script_str
. '<meta name="viewport" content="width=device-width,initial-scale=1">'
. '<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">'
. '</head><body><header>'
. $home_link
. $new_poll_link