From ca7f7f34719d2b583dd1495ea1792b9c5b926153 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 27 Jun 2023 13:29:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index 9a56d2f0..3f349808 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -59,7 +59,7 @@ } } const BROWSER_NAME = getBrowserName(); - const VERTICAL_SCROLL_HEIGHT = 15; + var VERTICAL_SCROLL_HEIGHT = 15; switch(BROWSER_NAME){ case "EDGE" : VERTICAL_SCROLL_HEIGHT = 15;