From 679daf9349e60ca65a048af3f35ad5492932e2cd Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 2 May 2018 17:11:03 +0100 Subject: [PATCH] fixed scrolling in firefox --- app/assets/stylesheets/pages/repo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 1e088c1aaf9..7e9770c9d18 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -454,10 +454,10 @@ .multi-file-commit-panel-inner { display: flex; - flex: 1; flex-direction: column; height: 100%; - width: 0; + min-width: 0; + width: 100%; } .multi-file-commit-panel-inner-scroll {