Skip to content

Commit

Permalink
fix-9132: Dropdown list is hidden when passing the header table (#9136)
Browse files Browse the repository at this point in the history
* fix-9132: Dropdown list is hidden when passing the header table

* fix-9132: Dropdown list is hidden when passing the header table
  • Loading branch information
Hieu Lam - TMA committed Aug 17, 2023
1 parent 28b3a36 commit 1f2b227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/side-bar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classic from 'ember-classic-decorator';
import $ from 'jquery';
import Component from '@ember/component';
import { action, computed} from '@ember/object';
import { action, computed } from '@ember/object';
import { inject as service } from '@ember/service';
import { tracked } from '@glimmer/tracking';
@classic
Expand Down
4 changes: 4 additions & 0 deletions app/styles/partials/utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,7 @@
padding-bottom: 0 !important;
}
}

.ember-table th {
z-index: 0 !important;
}

0 comments on commit 1f2b227

Please sign in to comment.