Skip to content
Snippets Groups Projects
Commit 7347ac4c authored by Dhaval Panchal's avatar Dhaval Panchal Committed by qsm-odoo
Browse files

[FIX] web: restore mobile search menu color/position

parent 8da4007b
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@
height: 46px;
margin-bottom: 10px;
width: 100%;
background-color: $o-brand-primary;
background-color: $o-brand-odoo;
color: white;
span:active {
background-color: darken($o-brand-primary, 10%);
......@@ -61,9 +61,12 @@
.dropdown-backdrop {
z-index: -1;
}
ul {
position: relative;
width: 100%;
.dropdown-menu {
// Here we use !important because of popper js adding custom style
// to element so to override it use !important
position: relative !important;
width: 100% !important;
transform: translate3d(0, 0, 0) !important;
box-shadow: none;
border: none;
color: gray('600');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment