Fix Canvas fullscreen with new fixed header (#67131)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Poff Poffenberger 2020-05-21 08:43:49 -05:00 committed by GitHub
parent 66af6f86e9
commit 0fd96e4d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,13 @@
body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
// following two rules are for overriding the header bar padding
&.euiBody--headerIsFixed {
padding-top: 0;
}
.headerWrapper ~ .app-wrapper {
min-height: 100vh;
}
// hide global loading indicator
.kbnLoadingIndicator {
display: none;