diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
| commit | 08849062e84087ac24031944af8697c87d7d183c (patch) | |
| tree | 4e21bbc4fa144ab5e5a17bdfbeea87b729ff091a /src/client/views/nodes/ImageBox.scss | |
| parent | 986595be59e714de4fe6c677dcace3c3f402ac82 (diff) | |
| parent | 3da71792a339536118b7af7cfe0529201a45c64e (diff) | |
Merge branch 'master' into presentation_view
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 487038841..9fe211df0 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -6,6 +6,20 @@ height: auto; max-width: 100%; max-height: 100%; + pointer-events: none; +} +.imageBox-cont-interactive { + pointer-events: all; +} + +.imageBox-dot { + position:absolute; + bottom: 10; + left: 0; + border-radius: 10px; + width:20px; + height:20px; + background:gray; } .imageBox-cont img { @@ -18,4 +32,4 @@ border: none; width: 100%; height: 100%; -} +}
\ No newline at end of file |
