summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-12 17:34:01 +0100
committerPhil Hughes <me@iamphill.com>2018-04-12 17:34:01 +0100
commit5a84020f23be6e8c9cfddbf3275c67c91e2a1145 (patch)
treeb66e6289f00424fdd6f860bd048e149cb271aa5c
parentda6595d45b42c826c883f6073aaf7baec4019cce (diff)
downloadgitlab-ce-5a84020f23be6e8c9cfddbf3275c67c91e2a1145.tar.gz
Fixed IDE sidebar not being scrollable in FireFox
Closes #45314
-rw-r--r--app/assets/stylesheets/pages/repo.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index a414deb8921..5f46e69a56d 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -429,6 +429,7 @@
.projects-sidebar {
display: flex;
flex-direction: column;
+ height: 100%;
.context-header {
width: auto;
@@ -438,8 +439,8 @@
.multi-file-commit-panel-inner {
display: flex;
- flex: 1;
flex-direction: column;
+ height: 100%;
}
.multi-file-commit-panel-inner-scroll {