« get me outta code hell

make target list scrollable instead of overflowing - scratchblocks-generator-3 - scratchblocks generator for projects made in 3.0
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-12-20 17:53:29 -0400
committerFlorrie <towerofnix@gmail.com>2019-12-20 17:53:29 -0400
commitd43497f1f65749ad48868cf906b13a0b57d34bad (patch)
tree1b22c114a0805c93f5a412803585858e84965a50
parent6fe5b85f8ce201d618a9c7c175d7502c2ff8c395 (diff)
make target list scrollable instead of overflowing
-rw-r--r--src/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css
index f16b035..cb65c4b 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -120,6 +120,7 @@ body {
     height: 100%;
     background-color: rgba(255, 255, 255, 0.8);
     border-right: 1px solid #cccccc;
+    overflow-y: scroll;
 }
 
 .target {