From c1341a8ac912cc29903a9fd824b7a82ba3e99e64 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 11 Mar 2020 16:02:57 +0100 Subject: [PATCH] Fix iOS bug --- client/src/components/profile/ProfileSidebar.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/profile/ProfileSidebar.vue b/client/src/components/profile/ProfileSidebar.vue index d706e2a4..c3cbd008 100644 --- a/client/src/components/profile/ProfileSidebar.vue +++ b/client/src/components/profile/ProfileSidebar.vue @@ -70,9 +70,11 @@ right: 0; top: 0; bottom: 0; + height: 100vh; background-color: $color-white; z-index: 15; box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12); + overflow-y: scroll; width: 100%; @include desktop {