diff --git a/src/index.scss b/src/index.scss index 8f7cd1f6..1f5179cf 100755 --- a/src/index.scss +++ b/src/index.scss @@ -315,6 +315,8 @@ header { #courseTabsNavigation { font-size: 18px; font-family: Inter, Helvetica Neue, Arial, sans-serif; + z-index: 2; + background-color: #fff; .container-xl { padding-left: 31px; @@ -491,7 +493,6 @@ header { .comments-sort { margin-bottom: -44px; - z-index: 1; } .post-preview, @@ -522,3 +523,9 @@ header { .usabilla_live_button_container{ right: 0px !important; } + +.learning-header{ + z-index: 3; + position: relative; + background-color: #fff; +}