diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-10 12:54:41 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-10 12:54:41 -0500 |
| commit | 30338491c7b3cbba852931c76774f6bfd44d4060 (patch) | |
| tree | 97a4c68e0928b0ca1889ef4bf42e1a71b8256bab /src/client/views/nodes/WebBox.scss | |
| parent | 81ee0bf99da264b76f26a21d57259d478cac07f3 (diff) | |
removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages to allow dash annotations again.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index ea822f553..9d9c8a883 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -40,7 +40,6 @@ .webBox-cont { pointer-events: none; } - .webBox-cont, .webBox-cont-interactive { padding: 0vw; @@ -73,6 +72,9 @@ top: 0; left: 0; overflow: auto; + .webBox-innerContent { + position: relative; + } } div.webBox-outerContent::-webkit-scrollbar-thumb { |
