NREL / floorspace.js

Other
66 stars 35 forks source link

Resolve Issues with Replacing element-ui #403

Closed benfen closed 2 years ago

benfen commented 2 years ago

Resolves issues noted in https://github.com/NREL/floorspace.js/pull/400#issuecomment-892419627

The issues stem from the virtual scrolling library using the transform CSS property, which interferes with elements that are positioned using fixed. Migrating the modal to a higher level within the document mitigates the issue.

benfen commented 2 years ago

I'll update it to follow suit. The app has enough crazy stuff going on already.