mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:05:42 +01:00
ui/app: make language dropdown scrollable
This commit is contained in:
parent
d63473ec9c
commit
eff81e6d99
@ -18,7 +18,7 @@
|
||||
<h2 class="subtitle" v-if="$root.$data.metadata.preexisting_install">
|
||||
{{ $t('app.maintenance_title', {'name': $root.$data.attrs.name}) }}
|
||||
</h2>
|
||||
<b-dropdown hoverable @change="selectLocale" aria-role="list">
|
||||
<b-dropdown hoverable @change="selectLocale" aria-role="list" scrollable>
|
||||
<button class="button" slot="trigger">
|
||||
<span>{{ $t('locale') }}</span>
|
||||
<b-icon icon="menu-down"></b-icon>
|
||||
|
Loading…
Reference in New Issue
Block a user