Flickr - No Sign In nag

Flickr using at its maximum - Remove this damn 😈 "Sign up" modal

/* ==UserStyle==
@name        Flickr -  No Sign In nag 
@namespace   flickr.com
@version     1.0.2
@author      decembre
@description Flickr using at its maximum - Remove this damn  😈 "Sign up" modal
@icon         https://external-content.duckduckgo.com/ip3/blog.flickr.net.ico
@license     unlicense
==/UserStyle== */

@-moz-document domain("flickr.com") {
/* Flickr -  No Sign In nag */

/* READ:
Is this new? Trying to browse without an account but getting prompts to sign in.
https://www.reddit.com/r/flickr/comments/1jedi5b/is_this_new_trying_to_browse_without_an_account/
Note:
Pressing Esc seems to make it go away, but it only stays gone until you search for something else.
=== */
#stacking-overlay-container:has(.fluid-modal-overlay.blur-overlay) {
    display: none  !important;
}

.fluid.html-search-photos-unified-page-view.scrolling-layout:has(.fluid-modal-overlay.blur-overlay) {
    overflow: auto !important;
}
}