Skip to content
Snippets Groups Projects
Commit 1aae24ce authored by Phil Hughes's avatar Phil Hughes
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
parents 0aa64cf8 91f12bc1
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