fix: dropdown transfert dépasse le tableau (overflow:visible + bs-boundary=viewport)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ html_navbar('mail');
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card shadow-sm" id="mail-card">
|
<div class="card shadow-sm" id="mail-card">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive" style="overflow:visible">
|
||||||
<table class="table table-hover align-middle mb-0">
|
<table class="table table-hover align-middle mb-0">
|
||||||
<thead class="table-light">
|
<thead class="table-light">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -102,7 +102,7 @@ function buildTransferDropdown(sourceId, currentUsername) {
|
|||||||
</a></li>`
|
</a></li>`
|
||||||
).join('');
|
).join('');
|
||||||
return `<div class="btn-group">
|
return `<div class="btn-group">
|
||||||
<button class="btn btn-sm btn-outline-primary dropdown-toggle" data-bs-toggle="dropdown" title="Transférer vers…">
|
<button class="btn btn-sm btn-outline-primary dropdown-toggle" data-bs-toggle="dropdown" data-bs-boundary="viewport" title="Transférer vers…">
|
||||||
<i class="bi bi-share"></i>
|
<i class="bi bi-share"></i>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu dropdown-menu-end shadow">${items}</ul>
|
<ul class="dropdown-menu dropdown-menu-end shadow">${items}</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user