From 05a824834d84a48018556678f412ef7a73318abe Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Wed, 26 Jun 2024 15:56:51 -0700 Subject: [PATCH] Let visibility controls scroll --- engine-proto/ConstructionViewer.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/engine-proto/ConstructionViewer.jl b/engine-proto/ConstructionViewer.jl index 2486cc9..7cb0450 100644 --- a/engine-proto/ConstructionViewer.jl +++ b/engine-proto/ConstructionViewer.jl @@ -51,6 +51,7 @@ mutable struct ConstructionViewer padding: 5px 10px 5px 10px; margin-top: 10px; margin-left: 10px; + overflow-y: scroll; border-radius: 10px; background-color: #f0f0f0; }