chanzuckerberg / czid-web

Infectious Disease Sequencing Platform
https://czid.org/
MIT License
79 stars 24 forks source link

[IDSEQ-2769] Table headers overlap when the right side panel is opened or window size changes. #3374

Closed valenzuelaomar closed 4 years ago

valenzuelaomar commented 4 years ago

Description

Table headers overlap when the right side panel is opened.

Notes

Parent container contains the BaseTable with AutoSizer did not update width and height as expected. Setting the width & height of the parent container to 100% fixed the bug.

Tests

Steps to Reproduce

  1. Navigate to the All Data tab
  2. Search for "aoeu"
  3. Click the tab Samples**
  4. Shrink the window size by dragging the far right side of the browser OR expand the right side panel by clicking the blue info button. Also try expanding the window to full size and shrinking it.
valenzuelaomar commented 4 years ago

Ah this makes sense... That works! @tfrcarvalho thanks so much!