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

snackbar notice is partially hidden under sidebar #18787

Closed
m-e-h opened this issue Nov 27, 2019 · 2 comments · Fixed by #18801
Closed

snackbar notice is partially hidden under sidebar #18787

m-e-h opened this issue Nov 27, 2019 · 2 comments · Fixed by #18801
Assignees
Labels
General Interface Parts of the UI which don't fall neatly under other labels. [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended

Comments

@m-e-h
Copy link
Member

m-e-h commented Nov 27, 2019

Describe the bug
On post update the part of the snackbar that reads "post updated." is hidden beneath the sidebar.

To reproduce
Steps to reproduce the behavior:

  1. Update a post.
  2. look at the snackbar.

Screenshots
Kapture 2019-11-27 at 11 01 28

Desktop (please complete the following information):

  • OS: OSX
  • Browser: Firefox

Additional context

The fixed position in the /edit-post/layout CSS

.edit-post-layout .components-editor-notices__snackbar {
    position: fixed;

is overriding the absolute position in the /snackbar component CSS

.components-snackbar-list {
    position: absolute;
  • Is it necessary to even have snackbar styles outside of the snackbar component?
@youknowriad
Copy link
Contributor

I think this issue is a duplicate of another one I created but I though it was fixed :)

@bobbingwide
Copy link
Contributor

In my experience the snack bar is too far to the left.

@youknowriad youknowriad added [Type] Bug An existing feature does not function as intended General Interface Parts of the UI which don't fall neatly under other labels. labels Nov 28, 2019
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Interface Parts of the UI which don't fall neatly under other labels. [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants