From 259d199c3cfde8aff10f1ce254529bdacbca8513 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 9 Jul 2020 14:12:46 +0200 Subject: [PATCH] [Fix] selected tree-item view now also has defined height --- bower.json | 2 +- strolch-wc-control.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index d88e8da..731a4e9 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.19.7", + "version": "0.19.8", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-control.html b/strolch-wc-control.html index 6ecf7ce..40d204c 100644 --- a/strolch-wc-control.html +++ b/strolch-wc-control.html @@ -73,7 +73,7 @@ display: flex; } - .tree-view { + .tree-view, .tree-item { overflow: auto; height: calc(100vh - 115px - var(--header-height)); } @@ -174,7 +174,7 @@ - +