adopted-ember-addons/ember-light-table
View on GitHubOcclusion rendering causes fixed header misalignment with no scrollbar
Open
#554 opened on Apr 3, 2018
buggood first issuehelp wantedvertical-collection
Repository metrics
- Stars
- (312 stars)
- PR merge metrics
- (PR metrics pending)
Description
If occlusion rendering is enabled, but the table does not contain enough rows to display a scrollbar, fixed headers do not align with the rows below -- the lt-head-wrap is given padding on the right to account for the scrollbar regardless of the scrollbar's presence.
Possibly related to these? #484 #487