Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix
amp-story-captions
layout and fix max-height
of `amp-story-…
…grid-layer` `amp-story-captions` adds caption in shadow-dom. Thus, parent `div` container of the `amp-story-captions` won't reflect the actual size of the `amp-story-captions`. This will fix this issue by setting `max-height` of the `amp-story-grid-layer.align-bottom` exactly to the shadow-dom component. Additionally, fixed-height layout of the `amp-story-captions` is changed to container in order to occupy only required space.
- Loading branch information