nansencenter / django-geo-spaas

GeoDjango apps for satellite data management in Geo-Scientific Platform as a Service
GNU General Public License v3.0
20 stars 6 forks source link

Use 100% for table height #150

Closed akorosov closed 3 years ago

akorosov commented 3 years ago

https://github.com/nansencenter/django-geo-spaas/blob/70c993339c5db28386cff66ffd885c002f0c573c/geospaas/base_viewer/static/base_viewer/styles.css#L19

replace max-height: 620px; with max-height: 100%;

opsdep commented 3 years ago

@akorosov It is not fixed by that single line. That single line makes the table very long and we also loose that overflow ability of table. I need to read more about the grid in css. Solving it takes time!!!