From 59ff57aa282cd3cdf2a81b3ca76d6abeeca97738 Mon Sep 17 00:00:00 2001 From: "hossein s. borhani" Date: Sat, 13 Aug 2022 00:07:04 +0430 Subject: [PATCH] scroll the links instead of the whole page --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b8714e07e..0b51f14d4 100755 --- a/index.html +++ b/index.html @@ -6,9 +6,15 @@ * { box-sizing: border-box; } +div { +overflow: auto; +height: 88vh; +border: #ccc 2px solid; +padding: 10px; +} body { background: #222; -padding: 2% 25%; +padding: 2vh 25%; } #myInput { background-position: 10px 12px; @@ -40,6 +46,7 @@ font-size: 24px; +
+