mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Added check for fullscreen mode before showing loading indicator * Reverted fullscreen check. Added CSS to hide loading indicator in fullscreen mode
This commit is contained in:
parent
35e2b80ff3
commit
c5b6da5174
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
body.canvas-isFullscreen {
|
||||
// hide global loading indicator
|
||||
.kbnLoadingIndicator {
|
||||
display: none;
|
||||
}
|
||||
// remove space for global nav elements
|
||||
.header-global-wrapper + .app-wrapper {
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue