adopted-ember-addons/ember-light-table

Occlusion rendering causes fixed header misalignment with no scrollbar

Open

#554 opened on Apr 3, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
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

Contributor guide