We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98e3cd commit 32689c6Copy full SHA for 32689c6
dist/css/tooltipster.bundle.css
@@ -327,25 +327,25 @@ corresponds to the arrow we want to display */
327
328
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
329
border-bottom-color: #565656;
330
- left: 0px;
+ left: 0;
331
top: 3px;
332
}
333
334
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
335
border-left-color: #565656;
336
left: -3px;
337
- top: 0px;
+ top: 0;
338
339
340
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
341
border-right-color: #565656;
342
left: 3px;
343
344
345
346
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
347
border-top-color: #565656;
348
349
top: -3px;
350
351
0 commit comments