Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-07-30 03:17:28 +0300
committerMark Otto <markd.otto@gmail.com>2022-02-25 19:55:41 +0300
commitc70a777ca829891b523b250b7345ec11c35cc6eb (patch)
treef5725908c396c9cf046f804a46a146ced25f81f4
parent53fcb32e908cf80bc7f58d3576082c2be781af75 (diff)
Remove popover left/top initializers as they are handled by popper
-rw-r--r--scss/_popover.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index 646af52f97..16f1dfaaa1 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;