Commit ab98308d authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ide-firefox-scroll-fix' into 'master'

Fixed IDE sidebar not being scrollable in FireFox

Closes #45314

See merge request gitlab-org/gitlab-ce!18350
parents 59707ade 5a84020f
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment