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 | 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)
Change History (8)
#2
in reply to:
↑ 1
@
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
@
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
@
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
@
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.
Seems okay to me on Chrome. What browser are you using?