Changeset 5332f77

Timestamp:
06/30/26 23:18:21 (5 hours ago)
Author:
Vasilaki Totsili <vasilaki@…>
Branches:
nextjs
Children:
f25446c
Parents:
efb6ea7
Message:

refactor: improve account filter dropdown visibility

  • Added a useLayoutEffect to dynamically position the account filter dropdown using the button's bounding rect, ensuring it's properly aligned and does not overflow the screen
  • Used createPortal to render the dropdown in the document body, which resolves z-index issues and simplifies managing the dropdown's fixed positioning
  • Added a new buttonRef for handling button measurements and tracking
  • These changes enhance the dropdown's usability and accessibility
(No files)

Note: See TracChangeset for help on using the changeset viewer.