diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-26 09:19:15 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-26 09:19:15 -0400 |
| commit | dff4b18106261af77d81211e5482a38b19b2a166 (patch) | |
| tree | 210f07c71da7203376cbfb10c52c4ca5354e2cb6 /src/client/views/collections/CollectionNoteTakingView.scss | |
| parent | ef2cd862c062556008a1897b408399dedaee8210 (diff) | |
more notetaking cleanup
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionNoteTakingView.scss | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingView.scss b/src/client/views/collections/CollectionNoteTakingView.scss index 5582fd391..08b13fd50 100644 --- a/src/client/views/collections/CollectionNoteTakingView.scss +++ b/src/client/views/collections/CollectionNoteTakingView.scss @@ -54,7 +54,7 @@ .collectionNoteTakingViewFieldColumn { height: 100%; display: flex; - flex-direction: colum; + overflow: hidden; } .collectionNoteTakingViewFieldColumn:hover { .collectionNoteTakingView-DocumentButtons { @@ -112,6 +112,11 @@ height: auto; } + .collectionNoteTakingView-columnStack { + height: 100%; + width: 100%; + display: inline-block; + } .collectionNoteTakingView-Nodes { width: 100%; height: 100%; @@ -123,6 +128,11 @@ left: 0; width: 100%; position: absolute; + margin: auto; + width: max-content; + height: max-content; + position: relative; + grid-auto-rows: 0px; } .collectionNoteTakingView-description { |
