Skip to content

2021-May-15 - Prerelease - 2.6.178

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 May 18:59
942e8bd
Scrollable confirmation dialogs (#9220)

Add a conditional scrollbar to confirmation dialogs when
the dialog is large. This prevents a dialog from having an
extreme vertical height that can stretch off screen.

The condition for scrollbars is not extremely precies, uses
the total message length in characters as a measure for
how large the contents are, anything over 1000 characters
will get scrollbars.