odoo/odoo#218296

Created by Website, Benjamin Vray (bvr)
Merged at a01927342dd7418d8fb526ae63e3479c1a8e3f6b

Statuses:

Linked pull requests
label
odoo-dev:master-allow-parallax-children-overflow-bvr
head
2085d9515f655363b24a8f6d3236ab9635f7102c
merged
1 month ago by Website, Quentin Smetz (qsm)
odoo/odoo odoo/design-themes
master #218296 #1114

[IMP] website: allow parallax block overflow

This commit refactors the Parallax effect to fix overflow-related
issues. Parallax backgrounds are now wrapped in an additional element
with "overflow: hidden", instead of applying the "overflow: hidden" rule
directly on the section. This prevents issues such as dropdowns or
animations being cut off when inside a block with a parallax background.

Steps to reproduce the issue:

  • Drag and drop a "Cover" block.
  • Drag and drop a "Search bar" inside the Cover block.
  • Save the page.
  • Type a letter in the "Search bar" so that the dropdown with search
    results overflows the bottom of the Cover block.
  • Bug: The dropdown is cut off, its bottom part is not visible.

task-4926420