From 0524a00471043eee0d52f423059d8ed05df379de Mon Sep 17 00:00:00 2001 From: Alvaro <110414366+alvaro-signal@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:39:00 -0600 Subject: [PATCH] Clamped story meta to a maximum width of the view port width --- stylesheets/components/StoryViewer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/StoryViewer.scss b/stylesheets/components/StoryViewer.scss index 2a82ba351..adf3be9b5 100644 --- a/stylesheets/components/StoryViewer.scss +++ b/stylesheets/components/StoryViewer.scss @@ -60,7 +60,7 @@ padding: 0 16px; position: absolute; transform: translateX(-50%); - width: 56.25vh; + width: clamp(0vh, 56.25vh, 100vw); z-index: $z-index-story-meta; &__list {