diff options
| author | GeoSot <[email protected]> | 2021-07-30 03:17:28 +0300 |
|---|---|---|
| committer | GeoSot <[email protected]> | 2021-08-24 00:46:32 +0300 |
| commit | 6b308a3820b32667c268545c33225719e19475f7 (patch) | |
| tree | d40b257a1bbbcbf32f828fdeb54631617a02d563 | |
| parent | e690957ef8e0753e1e894747e2a5ea3cf1a216c8 (diff) | |
| download | bootstrap-6b308a3820b32667c268545c33225719e19475f7.tar.xz bootstrap-6b308a3820b32667c268545c33225719e19475f7.zip | |
Remove popover left/top initializers as they are handled by popper
| -rw-r--r-- | scss/_popover.scss | 2 |
1 files changed, 0 insertions, 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; |
