diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:49:19 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:49:19 -0400 |
commit | b03082dd8a0262eefc6082c2b4d2d45d9ad044ef (patch) | |
tree | 06bfee150319748be2cdfd940bdf3e548bdca575 /app | |
parent | bcd2954386ec7df3d5f0e6eaf33bf107b91ff86a (diff) |
lttr: fixed html overflow issue
Diffstat (limited to 'app')
-rw-r--r-- | app/lttr/templates/lttr/postcard_subscribe.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lttr/templates/lttr/postcard_subscribe.html b/app/lttr/templates/lttr/postcard_subscribe.html index 71b19b0..7f96503 100644 --- a/app/lttr/templates/lttr/postcard_subscribe.html +++ b/app/lttr/templates/lttr/postcard_subscribe.html @@ -8,6 +8,7 @@ href="/media/screenv11.min.css" media="screen"> <style> +html { overflow: hidden;} .card-subscribe fieldset label { visibility: unset; } |