Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

**Bug fixes**

- Fixed Flyout scrolling in Safari ([#2033](https://github.com/elastic/eui/pull/2033))
Comment thread
Kerry350 marked this conversation as resolved.
Outdated
- Fixed `EuiCallOut` header icon alignment ([#2006](https://github.com/elastic/eui/pull/2006))

**Breaking changes**
Expand Down
1 change: 1 addition & 0 deletions src/components/flyout/_flyout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
top: 0;
bottom: 0;
right: 0;
height: 100%;
z-index: $euiZModal;
background: $euiColorEmptyShade;
animation: euiFlyout $euiAnimSpeedNormal $euiAnimSlightResistance;
Expand Down
1 change: 1 addition & 0 deletions src/components/flyout/_flyout_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@include euiOverflowShadow;
flex-grow: 1;
overflow-y: hidden;
height: 100%;

.euiFlyoutBody__overflow {
@include euiScrollBar;
Expand Down