__Describe the Bug__
Status bar disappears when log view is resized to max height
__Steps to Reproduce__
--> Status bar disappears
https://user-images.githubusercontent.com/938244/117791561-be011c80-b24a-11eb-8dad-43753569d610.mov
__Expected Behavior__
The status bar should be a static part of the UI and shall not disappear or move.
__Environment__
It happens because of no height limit for the log. Once it reaches some height, it starts to grow to the bottom. Then, the window can be scrolled.
So to fix the issue, we need a height limit for the log.
As part of this bug fix you could also consider ensuring that the properties panel handler does not overlap the header but stays within the tab area.
This issue also seems to occur with DMN as well. After expanding the logs, the DMN table goes completely inaccessible. We could not view the contents of the table and scroll through them as well.
Most helpful comment
This issue also seems to occur with DMN as well. After expanding the logs, the DMN table goes completely inaccessible. We could not view the contents of the table and scroll through them as well.
https://user-images.githubusercontent.com/85225325/124932939-c46e0380-e003-11eb-85c3-7a9cfe53baf1.mp4