RecipeFilter icon indicating copy to clipboard operation
RecipeFilter copied to clipboard

_rf_header not displaying at the top of the cloned element

Open PBudgie opened this issue 5 years ago • 1 comments

When the browser window is wider than a certain point, the _rf_header element shows up incorrectly. It is aligned on the left instead of the top. This seems to happen when the text "Recipe Filter" is displayed on 2 lines. Screen Shot 2020-08-13 at 4 07 09 PM

However, when the window is narrower, it shows up correctly. Screen Shot 2020-08-13 at 4 09 07 PM

Link to the site in the example: https://tasty.co/recipe/the-best-chewy-chocolate-chip-cookies This may be site-specific because it looks like the cloned element has a forced flex display but I wasn't able to isolate whether this was the problem.

PBudgie avatar Aug 13 '20 23:08 PBudgie

the cloned element has a forced flex display

That looks like exactly the issue! A display reset on the CSS for the modal would correct it, I think.

sean-public avatar Aug 14 '20 14:08 sean-public

This site has changed in the last couple of years. It looks like a good candidate to choose disable on this site because the recipes are now near the top and laid out in a wide format that won't clone well into a modal.

sean-public avatar Jan 20 '24 09:01 sean-public