Skip to content

Commit 1f2b227

Browse files
author
Hieu Lam - TMA
authored
fix-9132: Dropdown list is hidden when passing the header table (#9136)
* fix-9132: Dropdown list is hidden when passing the header table * fix-9132: Dropdown list is hidden when passing the header table
1 parent 28b3a36 commit 1f2b227

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/components/side-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import classic from 'ember-classic-decorator';
22
import $ from 'jquery';
33
import Component from '@ember/component';
4-
import { action, computed} from '@ember/object';
4+
import { action, computed } from '@ember/object';
55
import { inject as service } from '@ember/service';
66
import { tracked } from '@glimmer/tracking';
77
@classic

app/styles/partials/utils.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,7 @@
281281
padding-bottom: 0 !important;
282282
}
283283
}
284+
285+
.ember-table th {
286+
z-index: 0 !important;
287+
}

0 commit comments

Comments
 (0)