-
- Downloads
[FIX] website, *: prevent bottom fixed elements from hiding buttons
*: web, website_livechat, website_sale_comparison
Before this commit, bottom fixed elements (e.g. the livechat button)
hid the buttons to go to the next step in website sale when these
buttons are located at the bottom of the page, on some screen sizes.
After this commit,
- A bottom fixed element is hidden if this element hides a button at
the bottom of the page.
- Bottom fixed elements are hidden if a modal is open
to prevent it to hide buttons or any important part of the modal.
task-2501400
closes odoo/odoo#69296
Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/web/static/src/js/core/dom.js 15 additions, 0 deletionsaddons/web/static/src/js/core/dom.js
- addons/website/static/src/js/content/snippets.animation.js 54 additions, 0 deletionsaddons/website/static/src/js/content/snippets.animation.js
- addons/website/static/src/scss/website.scss 7 additions, 0 deletionsaddons/website/static/src/scss/website.scss
- addons/website_livechat/static/src/bugfix/public_bugfix.js 15 additions, 0 deletionsaddons/website_livechat/static/src/bugfix/public_bugfix.js
- addons/website_sale_comparison/static/src/js/website_sale_comparison.js 3 additions, 0 deletions..._sale_comparison/static/src/js/website_sale_comparison.js
- addons/website_sale_comparison/static/src/xml/comparison.xml 1 addition, 1 deletionaddons/website_sale_comparison/static/src/xml/comparison.xml
Loading
Please register or sign in to comment