We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e24a42 commit d9a1683Copy full SHA for d9a1683
1 file changed
src/Isotope/Isotope/Areas/Front/ClientApp/source/components/content/OverlayTag.vue
@@ -93,6 +93,12 @@ onMounted(() => {
93
options: {
94
element: '.arrow'
95
}
96
+ },
97
+ {
98
+ name: 'offset',
99
+ options: {
100
+ offset: [0, 5]
101
+ }
102
103
]
104
});
@@ -185,6 +191,15 @@ onUnmounted(() => {
185
191
opacity: 0;
186
192
transition: opacity 200ms linear;
187
193
194
+ &.tag-popover {
195
+ min-width: 130px;
196
+
197
+ .popover-body {
198
+ padding: 0.3rem 0.6rem;
199
+ text-align: center;
200
201
202
188
203
&:focus {
189
204
outline: none;
190
205
0 commit comments