evanwills / filter-sort-table

Add filter, sort and export functionality to a table.
0 stars 0 forks source link

Make modal box max height responsive to window size. #7

Open evanwills opened 2 years ago

evanwills commented 2 years ago

Use event handler to set CSS custom property --max-modal-height when opening modal

evanwills commented 2 years ago

--max-modal-height is now set when modal is open. But should look into resize observer to make it more dynamic