Making WordPress.org

Opened 4 years ago

Closed 11 months ago

#5244 closed defect (bug) (fixed)

Gutenberg Demo: Editor toolbar hidden behind the admin bar

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords: has-screenshots
Cc:

Description

If you visit https://wordpress.org/gutenberg/ while logged in, the editor toolbar (Add block, Tools, Content structure, etc.) is hidden behind the admin bar on desktop view.

On smaller screens the editor toolbar is displayed below the admin bar, as expected.

Attachments (2)

5244.desktop-view.png (6.0 KB) - added by SergeyBiryukov 4 years ago.
5244.mobile-view.png (7.3 KB) - added by SergeyBiryukov 4 years ago.

Download all attachments as: .zip

Change History (8)

#1 follow-up: @Otto42
4 years ago

Seems okay to me on Chrome. What browser are you using?

#2 in reply to: ↑ 1 @SergeyBiryukov
4 years ago

Replying to Otto42:

Seems okay to me on Chrome. What browser are you using?

Chrome 83.0.4103.97, the latest stable.

#3 @SergeyBiryukov
4 years ago

CSS involved:

.interface-skeleton {
    ...
    position: fixed;
    top: 46px;
    ...
}

@media (min-width: 783px)
.is-fullscreen-mode .interface-interface-skeleton {
    top: 0;
}

This ticket was mentioned in Slack in #core-editor by dd32. View the logs.


4 years ago

#5 @daisyo
4 years ago

This is happening for me as well. Makes it hard to interact with the page if you are logged into the .org network.

#6 @coffee2code
11 months ago

  • Resolution set to fixed
  • Status changed from new to closed

This appears to have been addressed in the intervening years since this was reported. Now, even if logged into w.org, the admin bar does not appear. It appears for me on my sandbox, but doesn't overlap as reported. Feel free to re-open if this is still being experienced.

Note: See TracTickets for help on using tickets.