diff --git a/Application.cfc b/Application.cfc
index 0c3f4b3..5639a44 100644
--- a/Application.cfc
+++ b/Application.cfc
@@ -177,6 +177,7 @@
+
diff --git a/query.cfm b/query.cfm
index 746969d..3cb31fb 100644
--- a/query.cfm
+++ b/query.cfm
@@ -39,7 +39,7 @@
.link-row a { color: var(--nubes-blue); text-decoration: none; font-weight: 600; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tight { font-size: 12px; }
- .table-scroll { overflow-y: auto; }
+ .table-scroll { overflow-y: auto; display: block; }
.table-scroll-queue { max-height: 220px; }
.table-scroll-db { max-height: 520px; }
.table-scroll table { margin: 0; }
@@ -144,7 +144,6 @@
База (фактические записи)
SELECT * FROM #request.tableName# ORDER BY id DESC LIMIT 15
+