diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-17 12:22:32 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-17 12:22:32 -0500 |
| commit | f027832dd2e3267b70e94c1e60d1703ff86d7fe2 (patch) | |
| tree | c082999af2678503463b7b812af6550991453383 /src/client/views/nodes/DocumentView.scss | |
| parent | 82ef5f0f62031f5744172a40cb59db7ba81bfc8a (diff) | |
cleaned up captions/title code
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 931594568..3344dfae4 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -120,6 +120,10 @@ display: flex; justify-content: center; align-items: center; + position: relative; // allows contents to be positioned relative/below title + > .formattedTextBox { + position: absolute; // position a child text box + } .sharingIndicator { height: 30px; |
