From b120c47faaaf1814c4badb6492703d494fe0977b Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:38:09 -0500 Subject: [PATCH] add vertical scroll - auto --- client/homebrew/editor/metadataEditor/metadataEditor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index 0e4ae434e..3bb866168 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -8,6 +8,7 @@ padding : 25px; background-color : #999; height : calc(100vh - 54px); // 54px is the height of the navbar + snippet bar. probably a better way to dynamic get this. + overflow-y : auto; & > div { margin-bottom: 10px;