diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-27 10:17:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-27 10:17:38 -0400 |
| commit | 9d062a00812ee629c9af3e776db98cc184e746f9 (patch) | |
| tree | 6ee6433d3254e56ee37c90a94b6fbf8297ad2394 /src/client/views/nodes/ImageBox.scss | |
| parent | f70aa7ba42153b2c283b7b9af04a5e75ea19a7ad (diff) | |
improved image resizing flickering caused by Chrome bug with overflow:auto. works now when fitWidth is false.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 2536dbe16..9142a68ed 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -101,7 +101,6 @@ margin: 0 auto; display: flex; height: 100%; - overflow: auto; .imageBox-fadeBlocker { width: 100%; |
