diff --git a/src/library-authoring/LibraryAuthoringPage.scss b/src/library-authoring/LibraryAuthoringPage.scss index 6e422a802f..b4c08e02b3 100644 --- a/src/library-authoring/LibraryAuthoringPage.scss +++ b/src/library-authoring/LibraryAuthoringPage.scss @@ -12,7 +12,7 @@ } .library-authoring-sidebar { - z-index: 1001; // to appear over header + z-index: 1000; // same as header flex: 450px 0 0; position: sticky; top: 0; @@ -21,6 +21,10 @@ overflow-y: auto; } +.dropdown-menu { + z-index: 1001; // over the sidebar +} + // Reduce breadcrumb bottom margin ol.list-inline { margin-bottom: 0;