Remove overflow hidden?

Forgive the hair, it’s been one of those days. But here’s how you can do this. It can cause some other issues so keep that in mind.

Add this code between style tags

.class {
overflow: visible!important;
}

10 Likes