odoo/design-themes#1114
Created by Website, Benjamin Vray (bvr)
Merged
at 69e951d47e87c93ff82a1cdfa6e55848f9ec2908
Statuses:
- ci/runbot: (runtime 2399s)
Linked pull requests
- label
- odoo-dev:master-allow-parallax-children-overflow-bvr
- head
- 2fbf68dc2213cbdcb84a3044cc9b3c56f30b0934
- merged
- 1 month ago by Website, Quentin Smetz (qsm)
| odoo/odoo | odoo/design-themes | |
|---|---|---|
| master | #218296 | #1114 |
[IMP] test_themes, theme_*: adapt themes for new parallax structure
This commit adapts the themes to the new Parallax effect structure. We now wrap the parallax element in another element with "overflow: hidden" to avoid setting "overflow: hidden" on sections. That was causing elements like the dropdown of the search bar to be cut off and not fully visible.