From 826f6c0f8035e5fb3d0118652b0dd2aeb0afaa13 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Wed, 25 Apr 2018 20:15:32 -0700 Subject: [PATCH] fix iframe trapping click events on firefox for android --- src/assets/stylesheets/profile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/stylesheets/profile.scss b/src/assets/stylesheets/profile.scss index 17da2909a..734212f9e 100644 --- a/src/assets/stylesheets/profile.scss +++ b/src/assets/stylesheets/profile.scss @@ -44,7 +44,6 @@ min-height: 200px; max-height: 1000px; height: 90%; - overflow-y: auto; &__links { display: flex; -- GitLab