From 67722515b4882458547bcbe8ac13e60ba3790a56 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 11 Feb 2022 17:34:57 +0100 Subject: Added backdrop and dialog --- src/_utils.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/_utils.scss') diff --git a/src/_utils.scss b/src/_utils.scss index 72c1f2f..7525f34 100644 --- a/src/_utils.scss +++ b/src/_utils.scss @@ -12,3 +12,11 @@ overflow: hidden; text-overflow: ellipsis; } + +@include iro.bem-utility('ps') { + position: static; +} + +@include iro.bem-utility('pr') { + position: relative; +} -- cgit v1.2.3-54-g00ecf