From 527566253bd540881c14d78d935260bf2d4b45a7 Mon Sep 17 00:00:00 2001 From: Jeremy MATHON Date: Sat, 10 Sep 2022 11:24:43 +0200 Subject: [PATCH] fix(properties): allow the scroll on the properties box --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 3fa0fe6..c3a7fb4 100644 --- a/src/styles.css +++ b/src/styles.css @@ -812,7 +812,7 @@ body { background-color: var(--panel-back); border-left: 1px solid var(--panel-stroke); z-index: 999; - overflow-y: overlay; + overflow-y: scroll; } #properties-overlay { width: 100%;