diff options
| author | bobzel <zzzman@gmail.com> | 2023-05-13 11:44:36 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-05-13 11:44:36 -0400 |
| commit | 0849fbd97c61688d51e5fea6cf8edc47989df5de (patch) | |
| tree | 422bf02e72429f0d77b5cd885274a8a74aa731ea /src/client/views/nodes/ScreenshotBox.tsx | |
| parent | dca61505ba138eef3819b16b760ec81becf9329e (diff) | |
fixed caption scrolling in carousel view. fixed display of audio tags in textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
Diffstat (limited to 'src/client/views/nodes/ScreenshotBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ScreenshotBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScreenshotBox.tsx b/src/client/views/nodes/ScreenshotBox.tsx index aa2b22e28..75e61bbeb 100644 --- a/src/client/views/nodes/ScreenshotBox.tsx +++ b/src/client/views/nodes/ScreenshotBox.tsx @@ -311,7 +311,7 @@ export class ScreenshotBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatabl </> </CollectionFreeFormView> </div> - <div style={{ position: 'relative', height: this.formattedPanelHeight() }}> + <div style={{ background: 'white', position: 'relative', height: this.formattedPanelHeight() }}> {!(this.dataDoc[this.fieldKey + '-dictation'] instanceof Doc) ? null : ( <FormattedTextBox {...this.props} |
