From bed497d54d1cee15ec3b5451d163e1593ad855bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 18 Dec 2019 11:46:46 +0100 Subject: [PATCH] MOBILE-3213 style: Add position fallback --- src/theme/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/variables.scss b/src/theme/variables.scss index ebab93935..8688e1339 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -474,6 +474,7 @@ $core-dd-question-colors: $white, $blue-light, #DCDCDC, #D8BFD8, #87CEFA, #DAA52 } @mixin safe-area-position($top: null, $end: null, $bottom: null, $start: null) { + @include position-horizontal($start, $end); @include safe-position-horizontal($start, $end); top: $top; bottom: $bottom;