Commit 3b988609 authored by Phil Hughes's avatar Phil Hughes

Fixed positioning of the diff tree list on mobile

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59739
parent f87b7fe3
...@@ -1059,7 +1059,10 @@ table.code { ...@@ -1059,7 +1059,10 @@ table.code {
flex-direction: column; flex-direction: column;
.diff-tree-list { .diff-tree-list {
width: 100%; position: relative;
top: 0;
// !important is required to override inline styles of resizable sidebar
width: 100% !important;
} }
.tree-list-holder { .tree-list-holder {
......
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