Skip to content

Commit dd374af

Browse files
authored
Merge pull request #150 from JordanRuetz/fix-lang-logo
[WIP]: Fix lang logo to not overlay popup
2 parents 5609a5f + c6eabcd commit dd374af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LocaleChooser.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ export default {
6161
width: 100%;
6262
}
6363
.locale-chooser-field .control .select select {
64-
padding-left:2.5em;
64+
padding-left: 2.5em;
65+
z-index: -1;
6566
}
6667
.locale-chooser-field .control .select::before {
6768
content: url("../assets/language.png");
6869
position: absolute;
69-
z-index: 1;
7070
left:10px;
7171
top:8px;
7272
}

0 commit comments

Comments
 (0)