fixed language-selector on mobile
This commit is contained in:
parent
85a5661eb5
commit
a749dc7933
1 changed files with 6 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
|||
height: 48px;
|
||||
text-align: left;
|
||||
background: #50162D;
|
||||
position: relative;
|
||||
border: none;
|
||||
float: right;
|
||||
text-shadow: none;
|
||||
|
@ -122,6 +121,12 @@
|
|||
padding: 19px 15px;
|
||||
}
|
||||
|
||||
.language-selector ul#langSelectorList {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.language-selector .btn i {
|
||||
top: 40px;
|
||||
right: 20px;
|
||||
|
|
Loading…
Reference in a new issue