design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(Drawer): Handle scrolling content

Open markhigham opened this issue 4 months ago • 2 comments

Related issue

#[issueid]

When you have a large list within the drawer the content will not scroll as expected. This is because the outer container doesn't have a 100% height.

Reason

Scrolling drawer content may be needed for the NLIMS dashboard.

Work carried out

  • [x] Update the styled component to have 100% height
  • [x] Add a new story with lorem ipsum text to demonstrate scrolling

markhigham avatar Sep 26 '24 06:09 markhigham