summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-04-18 16:46:29 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-04-18 16:46:29 +0800
commit063f50c84128b26e1cbd431b62a0c5d3a4d057ed (patch)
treec4c63ab7af61c0c5f71f00d37a12d203626f102d
parent41d22272d49060e89c26a2b55f5f194487ec50a5 (diff)
Both tables on words.html will scroll upon overflow
-rw-r--r--index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.css b/index.css
index 347834b..f960b0d 100644
--- a/index.css
+++ b/index.css
@@ -104,7 +104,7 @@ ul {
text-align: left;
}
-#all-words {
+#all-words, #frequent-words {
overflow-x: scroll;
}