Skip to content

Fixed tooltip overflow in modal(issue: #28311)#28415

Closed
IslamYehia1 wants to merge 1 commit into
WordPress:trunkfrom
IslamYehia1:update/modal
Closed

Fixed tooltip overflow in modal(issue: #28311)#28415
IslamYehia1 wants to merge 1 commit into
WordPress:trunkfrom
IslamYehia1:update/modal

Conversation

@IslamYehia1
Copy link
Copy Markdown

Description

Fixed tooltip overflow in modal. The CSS on the class .components-modal__frame had a Transform property to center align the modal frame which would change the correct behavior of the popover(tooltip) positioning, since the popover has the property position: fixed.

How has this been tested?

Tested on Chrome, Firefox, and Edge.

Screenshots

Types of changes

Removed the transform property and changed the display property on the parent parent .components-modal__screen-overlay to flex, and center aligned the contents.

@github-actions github-actions Bot added the First-time Contributor Pull request opened by a first-time contributor to Gutenberg repository label Jan 22, 2021
Base automatically changed from master to trunk March 1, 2021 15:45
@mkaz
Copy link
Copy Markdown
Member

mkaz commented Oct 15, 2021

Hi, thank you for the contribution. It looks like this was overlooked and similar changes to the modal were made in #31639

I'm going to close this ticket, if there is anything missing with the updated modal. Please open a new ticket to address and I'll be glad to review them.

@mkaz mkaz closed this Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor Pull request opened by a first-time contributor to Gutenberg repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants