diff options
author | davidovski <david@davidovski.xyz> | 2023-12-12 22:50:44 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-12-12 22:50:44 +0000 |
commit | 22ad086b9951c51c8cedaeadcb7ec52eaeff46d8 (patch) | |
tree | 2ccd79e77598a46c958767072893baf87197d56e /site/style.css | |
parent | 6317c20aa212a21ae3301c7c8e936b1ea9451c96 (diff) |
overflow auto
Diffstat (limited to 'site/style.css')
-rw-r--r-- | site/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/style.css b/site/style.css index 0180539..d24dc15 100644 --- a/site/style.css +++ b/site/style.css @@ -96,7 +96,7 @@ h3 { box-shadow: 0px 0px 50px black; } .content { - overflow: scroll; + overflow: auto; height: 80%; } |