mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix canvas fullscreen when nav is docked (#67625)
This commit is contained in:
parent
639dbbeb19
commit
ea12008ab0
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
|
||||
// following two rules are for overriding the header bar padding
|
||||
// following two rules are for overriding the header bar padding
|
||||
&.euiBody--headerIsFixed {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -8,6 +8,12 @@ body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
|
|||
min-height: 100vh;
|
||||
}
|
||||
|
||||
// following rule is for docked navigation
|
||||
&.euiBody--collapsibleNavIsDocked {
|
||||
padding-left: 0 !important; // sass-lint:disable-line no-important
|
||||
}
|
||||
|
||||
|
||||
// hide global loading indicator
|
||||
.kbnLoadingIndicator {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue