aboutsummaryrefslogtreecommitdiff
path: root/src/components/popper
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-17 12:50:49 -0400
committertaehoon <th.dev91@gmail.com>2019-10-24 15:15:33 -0400
commit85c897403a0460c4932c70f783c1725d32cff6ac (patch)
tree707bddf1d894463584f0464f0ee54bd94d330127 /src/components/popper
parent2f7f6967fdb5e11cd866cb0d15a0d50bf4e00ed7 (diff)
migrate Popper to v-popover
Diffstat (limited to 'src/components/popper')
-rw-r--r--src/components/popper/popper.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/components/popper/popper.scss b/src/components/popper/popper.scss
index 279b01be..06daa871 100644
--- a/src/components/popper/popper.scss
+++ b/src/components/popper/popper.scss
@@ -20,7 +20,6 @@
margin: 5px;
border-color: $fallback--bg;
border-color: var(--bg, $fallback--bg);
- z-index: 1;
}
&[x-placement^="top"] {
@@ -31,7 +30,7 @@
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
- bottom: -5px;
+ bottom: -4px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
@@ -46,7 +45,7 @@
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
- top: -5px;
+ top: -4px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
@@ -61,7 +60,7 @@
border-left-color: transparent !important;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
- left: -5px;
+ left: -4px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;
@@ -76,7 +75,7 @@
border-top-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
- right: -5px;
+ right: -4px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;