kristelTech / send-to-crush

'No' moves randomly
143 stars 77 forks source link

Issues with No Button #7

Open wrapfr33kzz opened 1 month ago

wrapfr33kzz commented 1 month ago

Positioning the No button properly: The position: absolute; for the no button requires the wrapper or its ancestor to have position: relative; to ensure it moves within the bounds correctly.

and Adding position: relative; to the wrapper and correcting the positioning logic for the No button: The No button should be able to move freely within the .btn-group wrapper