Skip to content

Commit

Permalink
Added temporary hotfix for flyouts not in portals (elastic#24515) (el…
Browse files Browse the repository at this point in the history
…astic#24552)

…when the K7 header is turned on
  • Loading branch information
cchaos authored Oct 25, 2018
1 parent 755f6b8 commit d0c368d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
.header-global-wrapper + .app-wrapper {
top: 65px;
left: 0;

// HOTFIX: Temporary fix for flyouts not inside portals
// SASSTODO: Find an actual solution
.euiFlyout {
top: 65px;
}
}

0 comments on commit d0c368d

Please sign in to comment.