Skip to content

Commit 2e84f8c

Browse files
Fixing Safari issue
1 parent 0b82df5 commit 2e84f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

production/css/lessons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ body.sj-page-lesson {
142142
#lp-left-nav {
143143
position: fixed; /* fixed so it stays at the viewport edge and doesn't scroll away */
144144
top: 60px !important; /* Skilljar Override: cbp-spmenu sets top: 0, we need below fixed header */
145-
left: 0;
145+
left: 0 !important; /* Skilljar Override: cbp-spmenu sets left: -320px which breaks transform-based animation in Safari */
146146
display: flex !important; /* Skilljar Override: cbp-spmenu sets display: block */
147147
flex-direction: column !important; /* Skilljar Override: pin badge to bottom of nav */
148148
width: 292px; /* formerly 320px; */

0 commit comments

Comments
 (0)