Skip to content

Commit

Permalink
disable clicks and set cursor to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcmam5 committed Dec 21, 2016
1 parent e612489 commit 1be968f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lesson2-focus/01-basic-form/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ html, body {
height: 100%;
display: flex;
flex-direction: column;
pointer-events: none;
cursor: default;
}

.container {
Expand Down

0 comments on commit 1be968f

Please sign in to comment.