From d43497f1f65749ad48868cf906b13a0b57d34bad Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 20 Dec 2019 17:53:29 -0400 Subject: make target list scrollable instead of overflowing --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit 1.3.0-6-gf8a5