diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-11-22 13:22:21 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-11-22 13:22:21 -0500 |
| commit | 3b37cc31bb09b11238868c34a38a8e99f508479f (patch) | |
| tree | 739cbed6572bd568f812e3dc03e5ac5a4d2b15f3 /src/client/views/nodes/ImageBox.scss | |
| parent | 6172389522cd186a6eb3d53b9f38f9d6fde3ba1f (diff) | |
fixed link anchors to move to be nearest alternate anchor.
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 dcecbdc6e..ba4ef8879 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -16,6 +16,7 @@ width:100%; height:100%; position: absolute; + transform-origin: top left; } .imageBox-cont-interactive { |
