From 1ab0b380c15cf10e3baa92b417cb318c982a9c25 Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Mon, 15 Jan 2024 17:35:21 +0530 Subject: [PATCH] fix overflow:scroll --- website/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/style.css b/website/style.css index 13cffbf..bfe9fbd 100644 --- a/website/style.css +++ b/website/style.css @@ -138,9 +138,6 @@ section ul li { margin-top: 4rem; } -pre { - overflow:scroll; -} code{ background-color: #232323;