Skip to content

Commit 1be968f

Browse files
committed
disable clicks and set cursor to default
1 parent e612489 commit 1be968f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson2-focus/01-basic-form/main.css

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ html, body {
2323
height: 100%;
2424
display: flex;
2525
flex-direction: column;
26+
pointer-events: none;
27+
cursor: default;
2628
}
2729

2830
.container {

0 commit comments

Comments
 (0)