Skip to content
Snippets Groups Projects
Commit c06f0f3a authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] portal, website: make affix menu appear from *under* the odoo topbar

parent fa2941ec
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ body.o_connected_user {
#oe_main_menu_navbar {
.o-position-absolute(0, 0, auto, 0);
position: fixed;
z-index: 1001;
z-index: @zindex-modal - 10;
font-family: @o-we-font-family;
font-size: @odoo-font-size-base;
......
......@@ -456,7 +456,7 @@ div.carousel {
#wrapwrap .o_header_affix {
.o-position-absolute(0, 0, auto, 0);
position: fixed;
z-index: @zindex-modal - 1;
z-index: @zindex-modal - 20;
background: @navbar-default-bg;
border-bottom: @navbar-default-border;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment