lmco / streamflow

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.
https://github.com/lmco/streamflow/wiki
Apache License 2.0
253 stars 69 forks source link

Toolbar size not recalculated during resize #18

Open juliencruz opened 9 years ago

juliencruz commented 9 years ago

When the browser window is too small, it is possible for the toolbar in the StreamFlow UI to span multiple lines. When this occurs, the toolbar offset is not recalculated causing some sections of the page to be hidden by the toolbar. The toolbar should take into account its actual height and adjust the offset of pages accordingly.