diff --git a/frontend/src/components/Chain/Chain.css b/frontend/src/components/Chain/Chain.css index 8a82ae5a3..f8d143abc 100644 --- a/frontend/src/components/Chain/Chain.css +++ b/frontend/src/components/Chain/Chain.css @@ -31,4 +31,5 @@ along with this program. If not, see . background: #2c2b2b; color: #fff; box-shadow: rgba(0, 0, 0, 0.5) 0 3px 30px; + overflow-y: auto; }