Skip to content

Commit c2cbbee

Browse files
committed
Ensure that part table action bar dont overlap our navbar dropdowns
1 parent e81c847 commit c2cbbee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/app/tables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.sticky-select-bar {
2525
position: sticky;
2626
top: 120px;
27-
z-index: 3000; /* Ensure the bar is above other content */
27+
z-index: 1000; /* Ensure the bar is above other content */
2828
}
2929

3030
/****************************************

templates/components/datatables.macro.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<input type="hidden" name="ids" {{ stimulus_target('elements/datatables/parts', 'selectIDs') }} value="">
3131

32-
<div class="d-none mb-2 bg-body-secondary shadow-sm border border-secondary rounded mx-2 p-2" {{ stimulus_target('elements/datatables/parts', 'selectPanel') }}>
32+
<div class="d-none mb-2 bg-body-tertiary shadow-sm border border-secondary rounded mx-2 p-2" {{ stimulus_target('elements/datatables/parts', 'selectPanel') }}>
3333
{# <span id="select_count"></span> #}
3434

3535
<div class="input-group">

0 commit comments

Comments
 (0)