Commit 10700efe authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'ph/fixVisibleDiffInVirtualScroller' into 'master'

Fixes a bug where very tall files would be appear incorrectly

See merge request gitlab-org/gitlab!65173
parents ac219b48 5c2c5b98
......@@ -1192,5 +1192,5 @@ table.code {
// Note: Prevents tall files from appearing above sticky tabs
.diffs .vue-recycle-scroller__item-view > div:not(.active) {
position: absolute;
top: 100vh;
bottom: 100vh;
}
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