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
Currently, the concept/scheme page allows the user to scroll the entire page, losing the header/sidenav in the process. This should be corrected to keep those elements in place.
This will likely be done by giving the outermost content panel div a height based on vh. If possible we should avoid calc-ing the header height, but that may need somewhat deeper changes.
The text was updated successfully, but these errors were encountered:
Currently, the concept/scheme page allows the user to scroll the entire page, losing the header/sidenav in the process. This should be corrected to keep those elements in place.
This will likely be done by giving the outermost content panel div a height based on
vh
. If possible we should avoidcalc
-ing the header height, but that may need somewhat deeper changes.The text was updated successfully, but these errors were encountered: