Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] web: adapt z-index and dimensions of properties field types #159463

Commits on Mar 27, 2024

  1. [FIX] web: adapt z-index and dimensions of properties field types

    In [1], dropdowns were updated and it impacted the properties field edition:
    - z-index of the popover opened for the dropdown of a property field type was
      lower than the element it was opened for, resulting in part of the popover
      being hidden.
    - img style (dimensions) was not applied as the dropdown list is now a popover
      (sibling instead of child), resulting in bigger images.
    
    This commit fixes the issue by adding a class on the field type selection
    popover.
    
    [1]: odoo@7b7a261
    
    task-3834506
    abd-msyukyu-odoo committed Mar 27, 2024
    Copy the full SHA
    5a5d515 View commit details
    Browse the repository at this point in the history