Skip to content

Commit

Permalink
Fix bug with kibanaFullBodyHeight calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 23, 2024
1 parent 9bbb296 commit 1c56a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/public/styles/rendering/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
}

.kbnBody--chromeHidden {
--euiFixedHeadersOffset: 0;
// stylelint-disable-next-line length-zero-no-unit
--euiFixedHeadersOffset: 0px;

&.kbnBody--hasHeaderBanner {
--euiFixedHeadersOffset: var(--kbnHeaderBannerHeight);
Expand Down

0 comments on commit 1c56a35

Please sign in to comment.