From 13a56d148fcdbfdca4e5045a0c2cc5e3058e4f04 Mon Sep 17 00:00:00 2001 From: Philip Bell Date: Thu, 10 Sep 2020 10:07:23 -0400 Subject: [PATCH] Let buttons flow RTL naturally. (#30168) --- extensions/amp-story/1.0/amp-story-system-layer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-story/1.0/amp-story-system-layer.css b/extensions/amp-story/1.0/amp-story-system-layer.css index 66aa8defc36b..5793cf28cbe5 100644 --- a/extensions/amp-story/1.0/amp-story-system-layer.css +++ b/extensions/amp-story/1.0/amp-story-system-layer.css @@ -406,5 +406,5 @@ .i-amphtml-story-desktop-panels.i-amphtml-story-system-layer .i-amphtml-story-system-layer-buttons { position: fixed !important; top: 0 !important; - right: 0 !important; + width: 100vw !important; }