header layout fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user