How do I add shadow in Bootstrap 3 Tooltip?

96 Views Asked by At

I'm trying to a shadow in Bootstrap 3 Tooltip.

I have a code here: https://codepen.io/aceraven777/pen/ExQXOWq

When I try to add a shadow, its covering the arrow:

.tooltip {
    box-shadow: rgb(118 118 118 / 35%) 0px 0px 17px 8px;
}

I'm not much of a CSS expert, can somebody guide me here?

0

There are 0 best solutions below