From c0c8e322ade667aac1b7e71bba5f535dd539352d Mon Sep 17 00:00:00 2001 From: CodeExplode <79982924+CodeExplode@users.noreply.github.com> Date: Mon, 7 Nov 2022 06:13:27 +1100 Subject: [PATCH] Add style.css for a scrollable weights container --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..7506440 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +#embedding_editor_weight_sliders_container{ + height: 745px; + overflow-y: auto !important; + resize: vertical; + padding-top: 7px; +} +