Commit 3813c19b authored by Phil Hughes's avatar Phil Hughes

Fixes diff file tree list not be resizable

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/346109
parent 4d7f479a
......@@ -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