Skip to content

Commit

Permalink
[TBE] 244 - Hand size info behind the dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
orichalque authored and RaphaelPage0110 committed Mar 3, 2023
1 parent 130d840 commit cd2d637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ <h3 :class="dark ? 'text-light' : 'text-dark'">Final Deck</h3>
<!-- ABILITIES -->
<div class="col-lg-12 container-fluid" v-if="menu == 'abilities'" >
<!-- PER CATEGORY CARDS -->
<div class="row sticky-top" :class="dark? 'bg-dark' : 'bg-light'" >
<div class="row sticky-top" style="z-index: 100;" :class="dark? 'bg-dark' : 'bg-light'" >
<div class="col-lg-9 ">
<div class="btn-toolbar row mb-3 justify-content-between" role="toolbar"
aria-label="Toolbar with button groups">
Expand Down
1 change: 0 additions & 1 deletion js/abilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ var abilitiesManagement = {
this.classChosen = false;
} else {
this.displayModifiers(param.name)
console.log(param.name)
this.abilityCategory = param
this.abilityCategory.cards.sort((a, b) => a.level - b.level)
}
Expand Down

0 comments on commit cd2d637

Please sign in to comment.