Commit 28f4db47 authored by André Luís's avatar André Luís

Fix content-wrapper when system header+no perf bar

parent a808713a
......@@ -51,6 +51,10 @@
top: $system-header-height + $header-height;
}
.content-wrapper {
margin-top: $system-header-height + $header-height;
}
.ide.nav-only {
// body element on WebIDE page
padding-top: $header-height + $system-header-height;
......@@ -176,7 +180,9 @@
}
.with-performance-bar.with-system-header.with-system-footer & {
@include ide-height-with((system-header: true, system-footer: true, performance: true, flash: true));
@include ide-height-with(
(system-header: true, system-footer: true, performance: true, flash: true)
);
}
}
}
---
title: Fix breadcrumbs being covered by System Header message
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