hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 265 forks source link

[Enhancement]: [PHOENIX] [BE] Make "Add Product" Modal Scrollable #1462

Open Olnuel opened 2 months ago

Olnuel commented 2 months ago

Description

The "Add Product" modal is not scrollable. To ensure all fields are easily accessible, the modal should be made scrollable, allowing users to view products.

Acceptance Criteria

  1. The "Add Product" modal should be scrollable when the content exceeds the defined maximum height.
  2. Users should be able to scroll through all input fields.
  3. The scrollable feature should work across different devices and screen sizes.

Endpoint

POST /api/products

Links

| FIGMA LINK https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=2828-1922&t=VEj4y3G0vEn4g18k-4

Images

https://www.loom.com/share/fedfda3ac87d4adb8f250e6444ff2867?sid=74544ed6-2ef1-4c54-93a7-2733617f8a2e

image