Moving away from using modal with iframes. Scroll issues. Especially with Safari.

This commit is contained in:
Scott Idem
2025-06-30 18:09:08 -04:00
parent 2d66984581
commit ec7ec7b566
7 changed files with 314 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ export class MySubClassedDexie extends Dexie {
id, post_id,
account_id,
topic_id, topic,
name,
title,
full_name, email,
archive, archive_on,
@@ -123,6 +124,7 @@ export class MySubClassedDexie extends Dexie {
comment: `
id, post_comment_id,
post_id,
name,
title,
full_name, email,
tmp_sort_1, tmp_sort_2,