From 1feb245531406a475af8b027e2be9cc791fba33f Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Tue, 1 Oct 2024 19:38:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20slide-in=20drawer=20should=20ope?= =?UTF-8?q?n=20within=20the=20Grapher=20frame=20(#3995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../grapher/src/slideInDrawer/SlideInDrawer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@ourworldindata/grapher/src/slideInDrawer/SlideInDrawer.scss b/packages/@ourworldindata/grapher/src/slideInDrawer/SlideInDrawer.scss index a1a860839a2..930c81d92f0 100644 --- a/packages/@ourworldindata/grapher/src/slideInDrawer/SlideInDrawer.scss +++ b/packages/@ourworldindata/grapher/src/slideInDrawer/SlideInDrawer.scss @@ -1,6 +1,6 @@ .drawer { .drawer-contents { - position: fixed; + position: absolute; right: 0; top: 0; width: 300px; @@ -10,7 +10,7 @@ } .drawer-backdrop { - position: fixed; + position: absolute; top: 0; left: 0; right: 0;