aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-17 17:45:10 -0400
committerbobzel <zzzman@gmail.com>2020-10-17 17:45:10 -0400
commit223262242f7db021c8449e920645892cc5ed2820 (patch)
tree96bee1cd2d3070028dae8dbeab340b82d6748c34 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent5816840af60f97a34318a52a5276482cab392496 (diff)
major rewrite of native width/height/aspect. Fixed scaling of text note sidebars.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 0d92d7062..9307f1649 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -23,7 +23,6 @@
overflow-y: auto;
overflow-x: hidden;
color: initial;
- max-height: 100%;
display: flex;
flex-direction: row;
transition: opacity 1s;