aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-19 17:12:42 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-19 17:12:42 +0530
commite0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013 (patch)
treeaddcc555e1c4893035e273b0dc625a8551d52638 /static/style.css
parentdecrease prominence of author info in ui (diff)
downloadlegitrx-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.tar.gz
legitrx-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.tar.zst
legitrx-e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013.zip
css: scroll file content
Diffstat (limited to '')
-rw-r--r--static/style.css1
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 {