Commit 1aae24ce authored by Phil Hughes's avatar Phil Hughes

Merge branch '57583-sticky-bar' into 'master'

Fixes the top position of job log topbar

Closes #57583

See merge request gitlab-org/gitlab-ce!25394
parents 0aa64cf8 91f12bc1
......@@ -75,7 +75,11 @@
@include build-trace-top-bar(35px);
&.has-archived-block {
top: $header-height + $performance-bar-height + 28px;
top: $header-height + 28px;
.with-performance-bar & {
top: $header-height + $performance-bar-height + 28px;
}
}
&.affix {
......
---
title: Fixes archived sticky top bar without perfomance bar
merge_request:
author:
type: fixed
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