diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-27 14:06:51 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-27 14:06:51 -0400 |
| commit | dab30019adba202ba2266acf046ad3c41f90c6e2 (patch) | |
| tree | 062be8fd3e1aa046c1f606e54f70318550f2d5ef /src/client/views/nodes/ImageBox.scss | |
| parent | 9d062a00812ee629c9af3e776db98cc184e746f9 (diff) | |
videoBox fitsWidth properly in lightbox. documentdecorations less hacky for deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 9142a68ed..4238f6d29 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -13,6 +13,7 @@ width: 100%; pointer-events: none; mix-blend-mode: multiply; // bcz: makes text fuzzy! + overflow: hidden; } .imageBox-fader { |
