Commit 5a84020f authored by Phil Hughes's avatar Phil Hughes

Fixed IDE sidebar not being scrollable in FireFox

Closes #45314
parent da6595d4
...@@ -429,6 +429,7 @@ ...@@ -429,6 +429,7 @@
.projects-sidebar { .projects-sidebar {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%;
.context-header { .context-header {
width: auto; width: auto;
...@@ -438,8 +439,8 @@ ...@@ -438,8 +439,8 @@
.multi-file-commit-panel-inner { .multi-file-commit-panel-inner {
display: flex; display: flex;
flex: 1;
flex-direction: column; flex-direction: column;
height: 100%;
} }
.multi-file-commit-panel-inner-scroll { .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