Merge pull request #1882 from expsa/ahidev_base_dev

[SOLVED] dropdown menu aligment
This commit is contained in:
Tahir Hassan 2024-12-03 14:45:52 +04:00 committed by GitHub
commit 82878561a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -77,4 +77,15 @@ nav.o_main_navbar.small_nav {
}
.o_main_navbar > ul > li.o_extra_menu_items.show > ul{
transform: translate3d(0px, 46px, 0px) !important;
}
.o_menu_sections {
.show{
.dropdown-menu{
&.show{
left: 0!important;
right: auto!important;
}
}
}
}