From 6b308a3820b32667c268545c33225719e19475f7 Mon Sep 17 00:00:00 2001 From: GeoSot Date: Fri, 30 Jul 2021 03:17:28 +0300 Subject: Remove popover left/top initializers as they are handled by popper --- scss/_popover.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_popover.scss b/scss/_popover.scss index 646af52f9..16f1dfaaa 100644 --- a/scss/_popover.scss +++ b/scss/_popover.scss @@ -1,6 +1,4 @@ .popover { - top: 0; - left: 0 #{"/* rtl:ignore */"}; z-index: $zindex-popover; display: block; max-width: $popover-max-width; -- cgit v1.2.3