1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-22 08:52:31 +01:00

Fix 'Bot example settings' dropdown going off-page

This commit is contained in:
Alex Thomassen 2018-12-26 22:23:11 +01:00
parent a225fc942d
commit 7ec0224a44
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -13,7 +13,7 @@
<i class="fas fa-1x fa-fw fa-cog"></i> Bot example settings <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li v-for="(bot) in Object.keys(bots)" :key="bot">
<a class="dropdown-item botSelection" v-on:click="bots[bot] = !bots[bot]; updateBotStore()">
<input type="checkbox" v-bind:checked="bots[bot]"> {{ botNames[bot] }}