Skip to content

Commit bed497d

Browse files
committed
MOBILE-3213 style: Add position fallback
1 parent bd4db3f commit bed497d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ $core-dd-question-colors: $white, $blue-light, #DCDCDC, #D8BFD8, #87CEFA, #DAA52
474474
}
475475

476476
@mixin safe-area-position($top: null, $end: null, $bottom: null, $start: null) {
477+
@include position-horizontal($start, $end);
477478
@include safe-position-horizontal($start, $end);
478479
top: $top;
479480
bottom: $bottom;

0 commit comments

Comments
 (0)