diff --git a/app/templates/contacts-manage.html b/app/templates/contacts-manage.html index f110fcc..ca68633 100644 --- a/app/templates/contacts-manage.html +++ b/app/templates/contacts-manage.html @@ -39,8 +39,14 @@
-
Cleanup Inactive Contacts
-

Remove contacts that haven't sent an advertisement in a specified time period.

+
+ + Cleanup Inactive Contacts + +
diff --git a/app/templates/contacts_base.html b/app/templates/contacts_base.html index 64ace57..ea119ef 100644 --- a/app/templates/contacts_base.html +++ b/app/templates/contacts_base.html @@ -311,6 +311,18 @@ .cleanup-section h6 { color: #856404; margin-bottom: 0.75rem; + display: flex; + align-items: center; + gap: 0.5rem; + } + + /* Override global overflow: hidden from style.css for Contact Management pages */ + html, body { + overflow: auto !important; + } + + main { + overflow: auto !important; } /* Mobile responsiveness */