From c4f693035ac7d5f87e0dc5d6bb3d00a689a7220c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 9 Jan 2020 06:36:51 +0100 Subject: [PATCH] [DEV] add scroll in the main windows --- front/src/app/app.component.less | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/app/app.component.less b/front/src/app/app.component.less index 7d5151c..bfa5de6 100644 --- a/front/src/app/app.component.less +++ b/front/src/app/app.component.less @@ -30,6 +30,7 @@ padding: 0; display: block; position: fixed; + overflow-y: auto; //background-color:#FF0; .main-reduce { width: 80%;