header layout fix

This commit is contained in:
sdarbinyan
2026-06-10 17:49:22 +04:00
parent 69e63fc5f3
commit 31da7f85cf
3 changed files with 62 additions and 18 deletions

View File

@@ -262,13 +262,17 @@
// Inside mobile menu: use inline dropdown instead of absolute
// to avoid being clipped by overflow: hidden on the menu panel
:host-context(.dexar-mobile-menu),
:host-context(.dexar-mobile-lang) {
:host-context(.dexar-mobile-lang),
:host-context(.novo-mobile-controls) {
.language-selector {
width: auto;
height: auto;
flex-wrap: wrap;
justify-content: center;
}
.language-dropdown {
.language-dropdown,
.currency-dropdown {
position: static;
opacity: 1;
visibility: hidden;
@@ -289,7 +293,8 @@
}
}
.language-option {
.language-option,
.currency-option {
color: #1e3c38;
&:hover:not(.disabled) {