X Tutup
Skip to content

docs(docs-infra): fix close button clickability and prevent layout shift#67502

Open
SkyZeroZx wants to merge 1 commit intoangular:mainfrom
SkyZeroZx:docs/fixed-adev-mobile
Open

docs(docs-infra): fix close button clickability and prevent layout shift#67502
SkyZeroZx wants to merge 1 commit intoangular:mainfrom
SkyZeroZx:docs/fixed-adev-mobile

Conversation

@SkyZeroZx
Copy link
Contributor

Adjust the z-index to ensure the close button remains clickable.

Also remove an unnecessary position: relative that was causing layout shifts in the docs UI, which resulted in a visible and unintended layout movement.

What is the current behavior?

Sidebar mobile https://next.angular.dev/

image

What is the new behavior?

image

Adjust the z-index to ensure the close button remains clickable.

Also remove an unnecessary `position: relative` that was causing
layout shifts in the docs UI, which resulted in a visible and
unintended layout movement.
@pullapprove pullapprove bot requested a review from MarkTechson March 7, 2026 05:39
@angular-robot angular-robot bot added area: docs Related to the documentation area: docs-infra Angular.dev application and infrastructure labels Mar 7, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation area: docs-infra Angular.dev application and infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup