Skip to content

Commit

Permalink
fix selector typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 9, 2023
1 parent 8257f70 commit d57714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/styles/chrome/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

// overriding `height` calculation of the project side nav, and flyouts
&.euiBody--headerIsFixed .euiCollapsibleNav
&.euiBody--headerIsFixed .euiCollapsibleNav,
&.euiBody--headerIsFixed:not(.euiDataGrid__restrictBody) .euiFlyout {
height: calc(100% - #{$kbnHeaderBannerHeight + $euiHeaderHeightCompensation});
}
Expand Down

0 comments on commit d57714c

Please sign in to comment.