# Task 5-6-8 - Fix 3 UI Issues

**Agent**: main  
**Status**: Completed  

## Summary
Fixed three UI issues: filter auto-scrolling, pharmacy nearby filter, and notification overflow.

### Changes Made
1. **HouseRentalModule.tsx** - Added refs + useEffect for auto-scrolling when new filter dropdowns appear
2. **ShopRentalModule.tsx** - Same auto-scrolling fix as House module
3. **MedicineModule.tsx** - Replaced geographic filters with distance-based pills, removed bangladesh-locations and Select imports
4. **Header.tsx** - Changed notification dropdown from absolute to fixed positioning with calculated positions for mobile/desktop

### Verification
- `bun run lint` passes
- Dev server compiles successfully
