diff --git a/src/components/modal/_modal.scss b/src/components/modal/_modal.scss index de5f134a058..60380ea4543 100644 --- a/src/components/modal/_modal.scss +++ b/src/components/modal/_modal.scss @@ -5,7 +5,9 @@ display: flex; flex-direction: column; max-height: 75vh; // We overflow the modal body based off this - overflow: hidden; // Ensure long, non-breaking text doesn't expand beyond the modal bounds + + // TODO: Consider restoring this once https://bugs.chromium.org/p/chromium/issues/detail?id=1229700 is resolved + // overflow: hidden; Ensure long, non-breaking text doesn't expand beyond the modal bounds position: relative; background-color: $euiColorEmptyShade; diff --git a/upcoming_changelogs/6343.md b/upcoming_changelogs/6343.md new file mode 100644 index 00000000000..ab85d43f30f --- /dev/null +++ b/upcoming_changelogs/6343.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed a webkit rendering issue with `EuiModal`s containing `EuiBasicTable`s tall enough to scroll \ No newline at end of file