angular-ui/ui-grid

ui-grid-viewport too small with responsive components in the headers

Open

#5036 aperta il 27 gen 2016

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
good first issueneeds: analysis

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

When a header has responsive components in it the header size increases and the space allocated to the rows is not increased during the call to colContainer.getViewportStyle(). A workaround is to add:

.ui-grid-viewport.ng-isolate-scope[style] {
    height: auto !important;
}

Version used was 3.0.7 installed from bower.

Guida contributor