Skip to content

Commit bf4b6d2

Browse files
authored
[Canvas] Hide global banner list in fullscreen mode (#98058)
1 parent 7ebb731 commit bf4b6d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugins/canvas/public/components/fullscreen/fullscreen.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ body.canvas-isFullscreen {
1919
display: none;
2020
}
2121

22+
// hide global banners
23+
#globalBannerList {
24+
display: none;
25+
}
26+
2227
// set the background color
2328
.canvasLayout {
2429
background: $euiColorInk;

0 commit comments

Comments
 (0)