We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b82df5 commit 2e84f8cCopy full SHA for 2e84f8c
1 file changed
production/css/lessons.css
@@ -142,7 +142,7 @@ body.sj-page-lesson {
142
#lp-left-nav {
143
position: fixed; /* fixed so it stays at the viewport edge and doesn't scroll away */
144
top: 60px !important; /* Skilljar Override: cbp-spmenu sets top: 0, we need below fixed header */
145
- left: 0;
+ left: 0 !important; /* Skilljar Override: cbp-spmenu sets left: -320px which breaks transform-based animation in Safari */
146
display: flex !important; /* Skilljar Override: cbp-spmenu sets display: block */
147
flex-direction: column !important; /* Skilljar Override: pin badge to bottom of nav */
148
width: 292px; /* formerly 320px; */
0 commit comments