diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:12:42 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:12:42 +0530 |
commit | e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013 (patch) | |
tree | addcc555e1c4893035e273b0dc625a8551d52638 | |
parent | f3c20bcb27b5546d57d7c212c023dda914348c9b (diff) | |
download | legit-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.tar.gz legit-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.tar.bz2 legit-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.zip |
css: scroll file content
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |