GravityKit / GravityView

The best and easiest way to display Gravity Forms entries on your website.
https://www.gravitykit.com/products/gravityview/
245 stars 62 forks source link

Hotfix/force hidden container #1933

Closed doekenorg closed 8 months ago

doekenorg commented 9 months ago

Containers that have the .hidden class are not hidden, because display:block on the container overwrites the display:none. This PR scopes that hiding a bit better; fixing the issue.