LJXSean / Stumble-api

Backend server for Stumble application, serving REST API Endpoints
https://ljxsean.github.io/Stumble/
0 stars 0 forks source link

Bug fix: Card buttons cannot be clicked #12

Closed LJXSean closed 1 year ago

LJXSean commented 1 year ago

Whole card is clickable, individual buttons not clickable

Buttons clickable from /posts, not clickable from /post

LJXSean commented 1 year ago

Made postcard have z-index: 1, link to post have z-index:0 and enclose in a div to allow link to expand to size of post card

LJXSean commented 1 year ago

Does not link to post after initial fix