You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TwentyTwenty theme compat code needs to add a CSS offset to a modals when the admin bar is shown, so that they are not partially obscured by the admin bar.
The current code targets a specific modal, though (.menu-modal), instead of all modals (.cover-modal).
This causes the search modal to be stuck behind the admin bar still.
Expected Behaviour
All modals should be offset to account for the admin bar.
Steps to reproduce
Open a twentytwenty-themed site at any AMP URL.
Click on the magnifying glass in the header bar to open the search modal.
Screenshots
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered:
Bug Description
The TwentyTwenty theme compat code needs to add a CSS offset to a modals when the admin bar is shown, so that they are not partially obscured by the admin bar.
The current code targets a specific modal, though (
.menu-modal
), instead of all modals (.cover-modal
).This causes the search modal to be stuck behind the admin bar still.
Expected Behaviour
All modals should be offset to account for the admin bar.
Steps to reproduce
Screenshots
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: