Skip to content

Commit

Permalink
[Canvas] Disables progress bar in fullscreen mode (#32942) (#33050)
Browse files Browse the repository at this point in the history
* Added check for fullscreen mode before showing loading indicator

* Reverted fullscreen check. Added CSS to hide loading indicator in fullscreen mode
  • Loading branch information
cqliu1 authored Mar 12, 2019
1 parent 35e2b80 commit c5b6da5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c5b6da5

Please sign in to comment.