changeset 430:372c39e798ac

mobile safari scrolling fix again, not sure why it didn't need this before?
author Lucas Thompson <dev@lucas.im>
date Wed, 07 Jun 2017 08:39:16 +0100
parents c3f35dc61765
children 686cf74aa0a2
files src/app/app.component.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/app.component.css	Tue Jun 06 23:36:06 2017 +0100
+++ b/src/app/app.component.css	Wed Jun 07 08:39:16 2017 +0100
@@ -24,8 +24,9 @@
 
 .ugly-content {
   flex: 1;
-  overflow-y: auto;
+  overflow-y: scroll;
   position: relative;
+  -webkit-overflow-scrolling: touch;
 }
 
 .ugly-footer {