From e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 19 Dec 2022 17:12:42 +0530 Subject: [PATCH] css: scroll file content --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index d9c89cc..cc54e18 100644 --- a/static/style.css +++ b/static/style.css @@ -229,6 +229,7 @@ a:hover { flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; + overflow: scroll; } .commit-info {