Let visibility controls scroll

This commit is contained in:
Aaron Fenyes 2024-06-26 15:56:51 -07:00
parent 5ea32ac53c
commit 05a824834d

View File

@ -51,6 +51,7 @@ mutable struct ConstructionViewer
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
margin-top: 10px; margin-top: 10px;
margin-left: 10px; margin-left: 10px;
overflow-y: scroll;
border-radius: 10px; border-radius: 10px;
background-color: #f0f0f0; background-color: #f0f0f0;
} }