Fixed table overflows

This commit is contained in:
Louis King
2025-12-06 16:07:13 +00:00
parent f85768f661
commit 8597052bf7
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@
</div>
<!-- Advertisements Table -->
<div class="overflow-x-auto bg-base-100 rounded-box shadow">
<div class="overflow-x-auto overflow-y-visible bg-base-100 rounded-box shadow">
<table class="table table-zebra">
<thead>
<tr>
+1 -1
View File
@@ -49,7 +49,7 @@
</div>
<!-- Messages Table -->
<div class="overflow-x-auto bg-base-100 rounded-box shadow">
<div class="overflow-x-auto overflow-y-visible bg-base-100 rounded-box shadow">
<table class="table table-zebra">
<thead>
<tr>