Adjust menu positioning
This commit is contained in:
parent
5447d8b36c
commit
4d8c5828bf
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@
|
|||
text-transform: uppercase;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
// Custom dropdown positioning
|
||||
.dropdown-menu {
|
||||
top: 30px;
|
||||
left: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
&.search-active {
|
||||
|
|
Loading…
Reference in a new issue