Commit 5154de0 1 parent 2fdb806 commit 5154de0 Copy full SHA for 5154de0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ const swapCurrentSkin = (id: number) => {
27
27
<button class =" btn dropdown-toggle w-100 text-light" type =" button" data-bs-toggle =" dropdown" >
28
28
{{ currentSkin.name }} <span class =" ms-2 fw-bold" >ID: {{ currentSkin.id }}</span >
29
29
</button >
30
- <ul class =" dropdown-menu w-100 p-2" >
31
- <li v-for =" skin in champion.skins" >
32
- <button class =" btn" type =" button" @click =" swapCurrentSkin(skin.id)" >{{ skin.name }}</button >
30
+ <ul class =" dropdown-menu w-100 p-2" style = " max-height : 300 px ; overflow-y : auto ; " >
31
+ <li v-for =" skin in champion.skins" class = " border-bottom border-light border-opacity-25 " >
32
+ <button class =" btn p-1 w-100 " type =" button" @click =" swapCurrentSkin(skin.id)" >{{ skin.name }}</button >
33
33
</li >
34
34
</ul >
35
35
</div >
You can’t perform that action at this time.
0 commit comments