SAP Knowledge Base Article - Public

3407116 - Problems with the navigation bar in Learning Home page

Symptom

After LMS Major Release 2H23 (2311), when accessing the Landing Page the Users can't scroll in the learning home page as the scrollbar is missing.

Environment

SAP SuccessFactors Learning

Reproducing the Issue

  1. Go to Learning Admin >
  2. Navigate to Landing Page Settings >
  3. Create a new custom tile >
  4. Set the Organization the same as the test user >
  5. Fill the required fields >
  6. Under "Main Content" at the bottom, insert an HTML source code >
  7. Save it >
  8. Move it to the top of the list >
  9. Make sure that multiple tiles are also enabled so there's the need to have a scrollbar in the user home page. Make all tiles expanded when allowed >
  10. Save it >
  11. Reset the tile location >
  12. Now access the LMS user side >
  13. No scroll bar will be available.

Cause

Custom HTML code set in one of the custom tiles is overlapping the Learning CSS style, hence turning the entire LMS page unresponsive.

Resolution

The solution proposed by Engineering team consists to apply the code block below to the custom HTML code currently applied to the Custom Tile.

  1. "Disable" the tile temporally until this issue is fixed. Then you can return the banner tile back. There's no active/inactive flag in the Tile, but if you change the field "Show Tile On These Dates" and input a date to the future, it will be removed from Home Page and consequently remove the issue.
  2. We need to ensure that this does not happen by inserting an additional code to the end of the custom code:

    html body.globalBackground {
        overflow-y: auto !important;
    }

Note: Check the KBA 2171560 to understand how to get notified when a KBA is created/updated.

Keywords

scrollbar, missing, landing, page, release, learning, home, page, scroll, custom, tile, HTML code, CSS code, unresponsive, , KBA , LOD-SF-LMS-TIL , Landing Page and Tiles , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-USR , User Entity , Bug Filed

Product

SAP SuccessFactors Learning 2311