From ce826e4e36ef825ccd0a3ad212fda1be95e581aa Mon Sep 17 00:00:00 2001 From: craisin Date: Sun, 30 Nov 2025 16:48:54 -0800 Subject: [PATCH] fix overflow --- .gitignore | 1 + source/static/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b694934 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv \ No newline at end of file diff --git a/source/static/style.css b/source/static/style.css index cdc1fe6..8c3c5a7 100644 --- a/source/static/style.css +++ b/source/static/style.css @@ -40,7 +40,7 @@ h2{ margin: 0px; padding: 5vw; - overflow: scroll; + overflow-y: scroll; }