From 5c515bbfad6c745333ddc82bf1b677eea18672c5 Mon Sep 17 00:00:00 2001
From: Elmore Cheng <9206414+ikeq@users.noreply.github.com>
Date: Sun, 6 Oct 2019 17:06:03 +0800
Subject: [PATCH] Remove unnecessary code syntax inside buttons
---
2-ui/1-document/10-size-and-scroll-window/article.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/2-ui/1-document/10-size-and-scroll-window/article.md b/2-ui/1-document/10-size-and-scroll-window/article.md
index edfb8bcd..30605615 100644
--- a/2-ui/1-document/10-size-and-scroll-window/article.md
+++ b/2-ui/1-document/10-size-and-scroll-window/article.md
@@ -132,9 +132,9 @@ To make the document unscrollable, it's enough to set `document.body.style.overf
```online
Try it:
-
+
-
+
The first button freezes the scroll, the second one resumes it.
```