From 73757052a6a43f4688cd1c9b9a0f8d7c2c8fad0d Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Tue, 23 May 2023 13:58:21 -0400 Subject: [PATCH] Update Stories pane back button clickable region --- stylesheets/components/Stories.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/Stories.scss b/stylesheets/components/Stories.scss index 4b89c06ff025..10c485e3f277 100644 --- a/stylesheets/components/Stories.scss +++ b/stylesheets/components/Stories.scss @@ -83,6 +83,7 @@ &--back { @include button-reset; + -webkit-app-region: no-drag; height: 20px; position: absolute; width: 20px;