aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/TemplateMenu.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-04-10 23:08:13 -0400
committerbobzel <zzzman@gmail.com>2025-04-10 23:08:13 -0400
commiteef391dba5ee9f1588274f8719eb4047fe844e22 (patch)
treecf6616c1a7ed4bd8e8ef5828bd876981a8553892 /src/client/views/TemplateMenu.scss
parent1ab64fef6e861a2958bbd826f086b8aac7d0c359 (diff)
changed naming of makeDelegates to not add a number at the end. switched dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu
Diffstat (limited to 'src/client/views/TemplateMenu.scss')
-rw-r--r--src/client/views/TemplateMenu.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/TemplateMenu.scss b/src/client/views/TemplateMenu.scss
index 8879fc20d..049945517 100644
--- a/src/client/views/TemplateMenu.scss
+++ b/src/client/views/TemplateMenu.scss
@@ -40,12 +40,16 @@
height: 100%;
width: 100%;
max-height: 250px;
+ overflow: auto;
.templateToggle,
.chromeToggle {
text-align: left;
color: black;
}
+ .collectionTreeView {
+ height: fit-content !important;
+ }
input {
margin-right: 10px;