# HG changeset patch # User Lucas Thompson # Date 1496821156 -3600 # Node ID 372c39e798ac315d1343bd5b07df5fd41aa060dc # Parent c3f35dc6176584e60fc72ab8313df519ca98f3a3 mobile safari scrolling fix again, not sure why it didn't need this before? diff -r c3f35dc61765 -r 372c39e798ac src/app/app.component.css --- 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 {