Skip to content

Commit 6297cda

Browse files
Fix Canvas fullscreen with new fixed header (#67131)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent a71e22f commit 6297cda

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

x-pack/plugins/canvas/public/components/fullscreen/fullscreen.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
2+
// following two rules are for overriding the header bar padding
3+
&.euiBody--headerIsFixed {
4+
padding-top: 0;
5+
}
6+
7+
.headerWrapper ~ .app-wrapper {
8+
min-height: 100vh;
9+
}
10+
211
// hide global loading indicator
312
.kbnLoadingIndicator {
413
display: none;

0 commit comments

Comments
 (0)