Elghard / Odoo-App

List of Custom Module for Odoo ERP
GNU Affero General Public License v3.0
9 stars 18 forks source link

Menu "More" options hidden behind the header #4

Closed daviddiz closed 7 years ago

daviddiz commented 7 years ago

When I scroll down and select a record from the list, the "More" menu options are behind the header. Tested in Firefox 50 and Chrome 47. header sticky

daviddiz commented 7 years ago

Solution: in module web: static/src/css/base.css

change "z-index" to 4

705 .openerp .oe_dropdown_menu { 706 display: none; 707 position: absolute; 708 z-index: 4;

Elghard commented 7 years ago

Actually I have commit change on sticky_table_headers.js:144. Please download the new one. For Version 9 and 10 are still in development.