We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def6836 commit 8614e4cCopy full SHA for 8614e4c
app/templates/components/ui-table.hbs
@@ -13,7 +13,7 @@
13
{{/if}}
14
</div>
15
<div class="ui row">
16
- <div class="{{themeInstance.classes.innerTableWrapper}} x-scrollable">
+ <div class="{{themeInstance.classes.innerTableWrapper}}">
17
<table class="{{themeInstance.classes.table}}">
18
<thead class="{{if noHeaderFilteringAndSorting 'table-header-no-filtering-and-sorting'}} {{themeInstance.classes.thead}}">
19
{{#if groupedHeaders.length}}
0 commit comments