Skip to content

Commit

Permalink
Merge pull request #1456 from uccser/issue/1455
Browse files Browse the repository at this point in the history
Hide pii walkthrough on small screens
  • Loading branch information
eAlasdair committed Oct 7, 2020
2 parents 059c270 + 16db6a1 commit e048c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csunplugged/static/scss/programming-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ body {
.programming__results {
padding-bottom: 160px !important;
}

#walkthrough-btn-container {
display: none; // The walkthrough is unnavigable on small screens
}
}

// Side Drawer
Expand Down

0 comments on commit e048c0d

Please sign in to comment.