Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block actions are cut off near the top of the screen #5368

Closed
stompweb opened this issue Mar 3, 2018 · 3 comments
Closed

Block actions are cut off near the top of the screen #5368

stompweb opened this issue Mar 3, 2018 · 3 comments

Comments

@stompweb
Copy link

stompweb commented Mar 3, 2018

Issue Overview

If you have blocks near to the top of the screen then sometimes the actions are cut off.

Steps to Reproduce (for bugs)

  1. Add a block with a little bit of content (i.e. paragraph)
  2. Add another block and do not enter any content.

Using latest Chrome, WP 4.9.4 & Gutenberg 2.3.0. I'm on a laptop so obviously the screen height isn't as big.

Expected Behavior

The actions should not be cut off.

Current Behavior

Some of the actions are cut off - especially the delete action.

Possible Solution

N/A

Screenshots / Video

screen shot 2018-03-03 at 13 56 54

Related Issues and/or PRs

@stompweb
Copy link
Author

stompweb commented Mar 4, 2018

Actually looks like it could be a duplicate of #5276

@ktmn
Copy link

ktmn commented Mar 5, 2018

I added this to editor styles as a temporary fix:

.components-popover:not(.is-mobile).is-top .components-popover__content {
  bottom: auto;
}

@youknowriad
Copy link
Contributor

closing as duplicate of #5276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants