fix language position
This commit is contained in:
parent
1d56ffbcca
commit
28a43b57b8
@ -36,7 +36,7 @@
|
|||||||
<h2>{{$t("warning")}}</h2>
|
<h2>{{$t("warning")}}</h2>
|
||||||
<p>{{$t("connection_error")}}</p>
|
<p>{{$t("connection_error")}}</p>
|
||||||
</div>
|
</div>
|
||||||
<select style="position:absolute;bottom:4pt;right:4pt;" v-model="$i18n.locale">
|
<select style="position:fixed;bottom:4pt;right:4pt;" v-model="$i18n.locale">
|
||||||
<option
|
<option
|
||||||
v-for="(lang, i) in ['it.🇮🇹', 'en.🇬🇧']"
|
v-for="(lang, i) in ['it.🇮🇹', 'en.🇬🇧']"
|
||||||
:key="`lang-${i}`"
|
:key="`lang-${i}`"
|
||||||
|
Loading…
Reference in New Issue
Block a user