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 {