Workbox vertical scrollbar is not displayed in Internet Explorer


Description

When using Microsoft Internet Explorer web browser with Sitecore XP, the Workbox vertical scrollbar might be hidden. Sometimes, this makes it impossible to see, review, and manage items that are currently in the workflow.

Solution

To show the Workbox vertical scrollbar, consider the following option:

  1. Open [you website]\sitecore\shell\Applications\Workbox\Workbox.xml
  2. Change the following line
    <FormPage Application="Workbox" Title="Workbox">
    to this one
    <FormPage Application="Workbox" Title="Workbox" scroll="yes">
  3. Save changes.
  4. Clear the browser’s cache.