Ensure that part table action bar dont overlap our navbar dropdowns

This commit is contained in:
Jan Böhmer
2025-09-07 21:59:30 +02:00
parent e81c8470be
commit c2cbbee0df
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
.sticky-select-bar {
position: sticky;
top: 120px;
z-index: 3000; /* Ensure the bar is above other content */
z-index: 1000; /* Ensure the bar is above other content */
}
/****************************************

View File

@@ -29,7 +29,7 @@
<input type="hidden" name="ids" {{ stimulus_target('elements/datatables/parts', 'selectIDs') }} value="">
<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') }}>
<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') }}>
{# <span id="select_count"></span> #}
<div class="input-group">