Fix dropdown clipping in product table by allowing overflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-03-09 18:13:07 +03:00
parent 9558333c94
commit 6b9eb562ba

View File

@@ -30,7 +30,7 @@
<p>Товары не найдены.</p> <p>Товары не найдены.</p>
</div> </div>
{% else %} {% else %}
<div class="table-responsive"> <div class="table-responsive" style="overflow: visible;">
<table class="table table-striped table-hover align-middle small"> <table class="table table-striped table-hover align-middle small">
<thead class="table-light"> <thead class="table-light">
<tr> <tr>