i've noticed that if i want to add a tooltip into the post, this will be hidden
but it works well if i set the overflow like this:
.Post-body {
overflow: initial;
}
the question is, changhing this css will affect other parts? or is safe to change that value to "initial"