From 1067361a7cbbaa48df68b1ffa10419b0842ebc8d Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sun, 15 Sep 2019 04:51:00 -0400 Subject: [PATCH] Updated max width for logo, attempted fix for modal scrolling on ios --- static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 6de2bd0..8b3044f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -49,7 +49,7 @@ } .app-title img { - width: 27em; + width: 100%; } } @@ -886,6 +886,7 @@ label { width: 100%; height: 100%; overflow: auto; + -webkit-overflow-scrolling: touch; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }