[IMP] mail_tracking: Changed form statusbar z-index

pull/2684/head
Alexandre Díaz 2019-12-04 15:18:18 +01:00 committed by Taras Shabaranskyi
parent 39495ecec2
commit d2601d3ea0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{ {
"name": "Web Responsive", "name": "Web Responsive",
"summary": "Responsive web client, community-supported", "summary": "Responsive web client, community-supported",
"version": "13.0.1.0.0", "version": "13.0.1.0.1",
"category": "Website", "category": "Website",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)", "author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",

View File

@ -349,7 +349,7 @@ html .o_web_client .o_action_manager .o_action {
.o_form_statusbar { .o_form_statusbar {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1; z-index: 2;
} }
// Support for long title (with ellipsis) // Support for long title (with ellipsis)