Opened 3 years ago
Last modified 2 years ago
#5244 new defect (bug)
Gutenberg Demo: Editor toolbar hidden behind the admin bar
Reported by: |
|
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 (7)
#2
in reply to:
↑ 1
@
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
@
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
Note: See
TracTickets for help on using
tickets.
Seems okay to me on Chrome. What browser are you using?