Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix videos tutorial zIndex issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jan 16, 2015
1 parent ed7b257 commit a40374f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/plugins/access.ajxp_home/home.css
Expand Up @@ -310,7 +310,7 @@ div.legend_visible div#ws_legend{

#videos_pane {
color: rgb(64, 68, 71);
background-color: rgba(255, 255, 255, 0.74);
background-color: rgba(255, 255, 255, 1);
position: absolute;
top: 0;
right: 0;
Expand All @@ -323,6 +323,7 @@ div.legend_visible div#ws_legend{
display: none;
max-width: 930px;
-webkit-font-smoothing: antialiased;
z-index:20000;
}

#tutorials_pane h2{
Expand Down

0 comments on commit a40374f

Please sign in to comment.