Skip to content
Snippets Groups Projects
Unverified Commit 5a84020f authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed IDE sidebar not being scrollable in FireFox

Closes #45314
parent da6595d4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -429,6 +429,7 @@
.projects-sidebar {
display: flex;
flex-direction: column;
height: 100%;
 
.context-header {
width: auto;
Loading
Loading
@@ -438,8 +439,8 @@
 
.multi-file-commit-panel-inner {
display: flex;
flex: 1;
flex-direction: column;
height: 100%;
}
 
.multi-file-commit-panel-inner-scroll {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment