From 94850fbc9ada11d4375f5d4057b496743b7d196c Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Thu, 5 Dec 2024 15:48:48 -0500 Subject: [PATCH] fix frame scrolling --- src/styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index 8d4f558..26aa5f2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -301,9 +301,6 @@ button { flex: 1 1 50%; width: 50%; } -.layers-container { - overflow-y: scroll; -} .layers { background-color: #aaa; display: flex; @@ -319,6 +316,7 @@ button { /* overflow-x: scroll; */ /* overflow-y:inherit; */ min-height: 100%; + overflow-x: scroll; } .layer-header { width: 100%;