Commit 5c2c5b98 authored by Phil Hughes's avatar Phil Hughes

Fixes a bug where very tall files would be appear incorrectly

This issue appears with virtual scrolling enabled
and there is a large diff on the page.
parent 0b0eddca
......@@ -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