From 7512d8f7640d69635141a1a9c632d3ecfe099330 Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Mon, 23 May 2016 17:18:52 -0400 Subject: [PATCH] Add overflow-y: auto to project list. --- front/current/assets/styles/components/_project-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/front/current/assets/styles/components/_project-list.scss b/front/current/assets/styles/components/_project-list.scss index 0e17541..397f130 100644 --- a/front/current/assets/styles/components/_project-list.scss +++ b/front/current/assets/styles/components/_project-list.scss @@ -1,5 +1,6 @@ project-list { flex-grow: 1; + overflow-y: auto; div.projects { width: 100%; -- GitLab