flickr rule hides the wrong element #24
Labels
broken-rule
Cookie banner is not handled on a site because of a broken or outdated rule.
QA Verified
Issues was verified by the QA as no longer reproducible.
The flickr rule hides the cookie banner element (
.truste_box_overlay_inner
), but not the translucent dark overlay that sits beneath the cookie banner (.truste_overlay
), so that the site looks odd.With banner auto-hidden:
Correct appearance, with
div.truste_overlay
hidden as well asdiv.truste_box_overlay_inner
:Note that the DOM structure requires us to hide two sibling elements whose parent element is the body el:
I wonder if it might make sense to target the
truste_box_overlay
instead oftruste_box_overlay_inner
.The text was updated successfully, but these errors were encountered: