diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-06 00:23:19 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-06 00:23:19 -0400 |
| commit | bc23e69a88234c213e444b1aa3c5eb895c35aca9 (patch) | |
| tree | 6e823e1aa4a04ccda7ea516d75c9808b21922171 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 881a522e1562f948202fcdb6a5a87485bf778597 (diff) | |
many more fixes to nativewidth/height layout changes.
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 526939438..7d40b3149 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -39,11 +39,6 @@ position: absolute; } } - -.collectionfreeformview-container { - position: relative; -} - .formattedTextBox-outer { position: relative; overflow: auto; @@ -75,6 +70,10 @@ position: absolute; right: 0; + .collectionfreeformview-container { + position: relative; + } + >.formattedTextBox-sidebar-handle { right: unset; left: -5; |
