angular-ui/ui-grid
Ver no GitHubui-grid-viewport too small with responsive components in the headers
Open
#5.036 aberto em 27 de jan. de 2016
good first issueneeds: analysis
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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.