We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612489 commit 1be968fCopy full SHA for 1be968f
lesson2-focus/01-basic-form/main.css
@@ -23,6 +23,8 @@ html, body {
23
height: 100%;
24
display: flex;
25
flex-direction: column;
26
+ pointer-events: none;
27
+ cursor: default;
28
}
29
30
.container {
0 commit comments