From 6b1190edb5459789022ce8023674b839988e5430 Mon Sep 17 00:00:00 2001 From: Vasiliy Soshnikov Date: Fri, 10 Jan 2025 17:07:58 +0300 Subject: [PATCH] Add overflow-y auto, else table does not work correctly --- frontend/src/components/Chain/Chain.css | 1 + 1 file changed, 1 insertion(+) 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; }