Skip to content

Commit

Permalink
LSNBLDR-592; give ckeditor a high z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick committed Apr 7, 2016
1 parent 56066a4 commit 1ef2689
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,12 @@ color: #666;
text-decoration: none;
}

/* if ckeditor overflows column, keep it on top, but under chat window */
.evolved-box {
position:relative;
z-index:100002;
}

.right-col a {
color:inherit;
}
Expand Down

0 comments on commit 1ef2689

Please sign in to comment.