Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
8 stars 13 forks source link

Fixed job card overflow #53

Closed BamaCharanChhandogi closed 8 months ago

BamaCharanChhandogi commented 8 months ago

I have added z-index to fix the bug. and I removed unuse career-card class CSS because this class has been implemented two times in code.

previous:

image

After:

image