Skip to content

amp-story + amp-sidebar: can't style as expected #22065

@ithinkihaveacat

Description

@ithinkihaveacat

A few quirks with styling an <amp-sidebar> within an <amp-story>. (Tested on Chrome and Safari, AMP version 1904200955460.)

(Desktop only:) A 100vh child <div> of an <amp-sidebar> is not full height:

Screenshot 2019-04-30 at 14 48 32

(Expected: the green border runs the full height of the page; CSS is amp-sidebar div { border: 3px solid green; height: 100vh; }.)

Source: https://gleaming-crepe.glitch.me/.

(Desktop and Mobile:) It's not possible to set the background-color of <amp-sidebar>:

Screenshot 2019-04-30 at 14 51 06

(Expected: sidebar has red background; CSS is amp-sidebar { background-color: red; }.)

Source: https://pollen-snapper.glitch.me/

/cc @newmuis

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions