Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ const globalCss = cssString`
// Disables the overscroll behavior to prevent the page from bouncing when scrolling
overscroll-behavior: none;

// Removes the shadow from the global header.
// We add our own shadow to the tabs bar to be able to set a solid color for the selected tab on top of the shadow.
// Removes the shadow from the global header
.header__secondBar,
[data-test-subj='kibanaProjectHeaderActionMenu'] {
box-shadow: none;
border-bottom: none;
border-block-end: none;
}
`;

Expand Down