fix language position
This commit is contained in:
parent
1d56ffbcca
commit
28a43b57b8
@ -36,7 +36,7 @@
|
||||
<h2>{{$t("warning")}}</h2>
|
||||
<p>{{$t("connection_error")}}</p>
|
||||
</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
|
||||
v-for="(lang, i) in ['it.🇮🇹', 'en.🇬🇧']"
|
||||
:key="`lang-${i}`"
|
||||
|
Loading…
Reference in New Issue
Block a user