Skip to content
Snippets Groups Projects
Commit d4f34707 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: fix shine-trough in sticky header with non-opaque table rows

parent 8dcc062c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="aura-table-wrapper"> <div class="aura-table-wrapper">
<table ref="tableEl" class="aura-table"> <table ref="tableEl" class="aura-table">
<thead class="tw-sticky tw-top-0 tw-bg-white"> <thead class="tw-sticky tw-top-0 tw-z-10 tw-bg-white">
<tr> <tr>
<th>{{ t('emissionTable.title') }}</th> <th>{{ t('emissionTable.title') }}</th>
<th>{{ t('emissionTable.start') }}</th> <th>{{ t('emissionTable.start') }}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment