Commit a02124bc authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/346109/diffTreeResizeFix' into 'master'

Fixes diff file tree list not be resizable

See merge request gitlab-org/gitlab!74914
parents 23912a35 3813c19b
......@@ -45,7 +45,7 @@
top: calc(#{$top-pos} + var(--system-header-height, 0px) + var(--performance-bar-height, 0px));
// stylelint-disable-next-line length-zero-no-unit
max-height: calc(100vh - #{$top-pos} - var(--system-header-height, 0px) - var(--performance-bar-height, 0px) - var(--review-bar-height, 0px));
z-index: 202;
z-index: 205;
.drag-handle {
bottom: 16px;
......
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