Skip to content

Commit

Permalink
Merge pull request #150 from JordanRuetz/fix-lang-logo
Browse files Browse the repository at this point in the history
[WIP]: Fix lang logo to not overlay popup
  • Loading branch information
obulat committed Apr 2, 2020
2 parents 5609a5f + c6eabcd commit dd374af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LocaleChooser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export default {
width: 100%;
}
.locale-chooser-field .control .select select {
padding-left:2.5em;
padding-left: 2.5em;
z-index: -1;
}
.locale-chooser-field .control .select::before {
content: url("../assets/language.png");
position: absolute;
z-index: 1;
left:10px;
top:8px;
}
Expand Down

0 comments on commit dd374af

Please sign in to comment.