diff options
| author | bobzel <zzzman@gmail.com> | 2022-10-27 15:57:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-10-27 15:57:09 -0400 |
| commit | 2fc88a931cb2fc3408297b000208990633445585 (patch) | |
| tree | 36f061b6b539bc14d1c37d0517325a14f57647a4 /src/client/views/collections/TreeView.scss | |
| parent | 3b1162f58fd854091fca515dfe9af942d2220108 (diff) | |
cleaned up treeViews to work across PresBox/ppt slides/collections/ - modified DocumentView rendering to remove pres box refs. fixed mainView width.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 57bb5274d..83fee013a 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -24,6 +24,7 @@ // width: $TREE_BULLET_WIDTH; width: 100%; height: 100%; + position: absolute; .treeView-expandIcon { display: none; @@ -118,7 +119,7 @@ display: flex; // needed for PresBox's treeView border: transparent 1px solid; align-items: center; - width: 100%; + width: max-content; border-radius: 5px; &:hover { |
