Commit 679daf93 authored by Phil Hughes's avatar Phil Hughes

fixed scrolling in firefox

parent 26630b9f
...@@ -454,10 +454,10 @@ ...@@ -454,10 +454,10 @@
.multi-file-commit-panel-inner { .multi-file-commit-panel-inner {
display: flex; display: flex;
flex: 1;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
width: 0; min-width: 0;
width: 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