angular-ui/ui-grid

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

Open

#5.036 geöffnet am 27. Jan. 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
good first issueneeds: analysis

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide