We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71e22f commit 6297cdaCopy full SHA for 6297cda
1 file changed
x-pack/plugins/canvas/public/components/fullscreen/fullscreen.scss
@@ -1,4 +1,13 @@
1
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
11
// hide global loading indicator
12
.kbnLoadingIndicator {
13
display: none;
0 commit comments