Skip to content

Commit

Permalink
fix(table): #59 scrollable class
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Sep 11, 2022
1 parent 278541a commit 9d3046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bulma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const bulmaConfig: any = {
detailedClass: 'detail',
footerClass: 'table-footer',
paginationWrapperClass: 'level',
scrollableClass: 'is-scrollable',
scrollableClass: 'table-container',
trSelectedClass: 'is-selected',
thSortableClass: 'is-sortable',
thCurrentSortClass: 'is-current-sort',
Expand Down

0 comments on commit 9d3046b

Please sign in to comment.