Skip to content

Commit

Permalink
Fix activity palette visibility in Physics
Browse files Browse the repository at this point in the history
  • Loading branch information
llaske committed Apr 8, 2018
1 parent 48ee0e7 commit 3d3ad54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions activities/PhysicsJS.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ html, body, #viewport {
margin: 0; background: #ffffff;
}

.palette {
z-index: 10;
}

.pjs-meta {
color: #fff;
}
Expand Down Expand Up @@ -81,8 +85,8 @@ canvas {
position: absolute;
z-index: 0;
}

#main-toolbar #stop-button {
position: absolute;
}
}
}

0 comments on commit 3d3ad54

Please sign in to comment.