Making WordPress.org

Opened 3 years ago

Last modified 2 years ago

#5244 new defect (bug)

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 3 years ago.
5244.mobile-view.png (7.3 KB) - added by SergeyBiryukov 3 years ago.

Download all attachments as: .zip

Change History (7)

#1 follow-up: @Otto42
3 years ago

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

#2 in reply to: ↑ 1 @SergeyBiryukov
3 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
3 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.


3 years ago

#5 @daisyo
2 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.

Note: See TracTickets for help on using tickets.