diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index f52fd597c5aee..62373f1f7d32b 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -902,7 +902,6 @@ height: 100%; } .openerp .oe_leftbar > div > div > div { - display: table-cell; position: relative; height: 100%; } @@ -1063,7 +1062,6 @@ height: 100%; } .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div { - display: table-cell; position: relative; height: 100%; } diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index bd0a322e8c093..40ace6829eba6 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -785,7 +785,6 @@ $sheet-padding: 16px display: table-row height: 100% > div - display: table-cell position: relative height: 100% > div.oe_secondary_menus_container @@ -918,7 +917,6 @@ $sheet-padding: 16px display: table-row height: 100% > div - display: table-cell position: relative height: 100% > .oe_view_manager_body