diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-24 01:57:34 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-24 01:57:34 -0400 |
| commit | d182a3462a06ea58c4a0c937190aaa66eced0c01 (patch) | |
| tree | e4e09065e16cb6af9f00b816261dadcd6da7ab53 /src/client/views/collections/TreeView.scss | |
| parent | 08ac1b5b340f1a316b5debfdfa9912437c7c8a46 (diff) | |
Fixed: treeView now doesn't get pointer events if it's not active. fixed layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index cfb97709b..57bb5274d 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -115,10 +115,9 @@ .treeView-header-editing, .treeView-header { + display: flex; // needed for PresBox's treeView border: transparent 1px solid; - display: grid; align-items: center; - grid-auto-columns: 22px auto 22px; width: 100%; border-radius: 5px; |
