Remove contacts that haven't sent an advertisement in a specified time period.
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 */