TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

Bugfix: Notification bar display problem #51

Closed WannianMEI closed 1 month ago

WannianMEI commented 1 month ago

During the testing process, we found that when there are multiple messages in the inbox bar, due to the size limitation of the inbox, the inbox cannot be viewed in full and the button to delete the content is pushed out of the actionable area, which makes the function impossible to be realised.

Plan: find the code of inbox in html, add an outer container, add vertical sliding style in css file, and set the appropriate height.