From 6bcc8cca9936ed2b939cb70f6352cc198d1a19e2 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 28 Feb 2018 16:04:48 +0000 Subject: [PATCH] adding relative wrapper modifer --- opentech/static_src/src/sass/apply/components/_wrapper.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opentech/static_src/src/sass/apply/components/_wrapper.scss b/opentech/static_src/src/sass/apply/components/_wrapper.scss index 68e4a2b4e..45745c2b9 100644 --- a/opentech/static_src/src/sass/apply/components/_wrapper.scss +++ b/opentech/static_src/src/sass/apply/components/_wrapper.scss @@ -232,4 +232,8 @@ flex-direction: row; } } + + &--relative { + position: relative; + } } -- GitLab