Skip to content
Snippets Groups Projects
Commit 043f7a83 authored by Phil Hughes's avatar Phil Hughes Committed by GitLab Release Tools Bot
Browse files

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

(cherry picked from commit 1aae24ce)

91f12bc1 Fixes the top position of job log topbar
parent 4dfb7853
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Fixes archived sticky top bar without perfomance bar
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment