Skip to content

Production bug - amp-sidebar z-index CSS conflicts with fixed layer code. #6705

@jpettitt

Description

@jpettitt

/extensions/amp-sidebar/0.1/amp-sidebar.css contains

amp-sidebar { z-index: 9999!important }

However the fixed layer migration code sets element level CSS on the amp-sidebar to

style="pointer-events: initial; z-index: 20003; top: calc(54px);"

Which fails due to the !important in the sidebar css.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions