You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bottom part of a window is cut off when the contents are large enough so that it needs to be vertically scrolled. The attached screenshot is scrolled the whole way to the bottom. Notice also the down arrow of the scroll bar is missing.
The text was updated successfully, but these errors were encountered:
From looking into this a little bit, it looks like the new header pushed down the dock area without shrinking it vertically.
See height: calc(100% - 8px); in the definition for the .dock-layout style.
Note that the correct fix is not to change that to height: calc(100% - 56px); 😉
The bottom part of a window is cut off when the contents are large enough so that it needs to be vertically scrolled. The attached screenshot is scrolled the whole way to the bottom. Notice also the down arrow of the scroll bar is missing.

The text was updated successfully, but these errors were encountered: