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 28b3a36 commit 1f2b227Copy full SHA for 1f2b227
app/components/side-bar.js
@@ -1,7 +1,7 @@
1
import classic from 'ember-classic-decorator';
2
import $ from 'jquery';
3
import Component from '@ember/component';
4
-import { action, computed} from '@ember/object';
+import { action, computed } from '@ember/object';
5
import { inject as service } from '@ember/service';
6
import { tracked } from '@glimmer/tracking';
7
@classic
app/styles/partials/utils.scss
@@ -281,3 +281,7 @@
281
padding-bottom: 0 !important;
282
}
283
284
+
285
+.ember-table th {
286
+ z-index: 0 !important;
287
+}
0 commit comments