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/formattedText/FormattedTextBox.scss | |
| 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/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index b5a3c5d84..109b62e6f 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -41,7 +41,7 @@ audiotag:hover { flex-direction: row; transition: opacity 1s; width: 100%; - position: absolute; + position: relative; top: 0; left: 0; } |
