diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-21 10:27:31 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-21 10:27:31 -0400 |
| commit | b65157915070c520c3d6a3e67052b4a2b1b7b127 (patch) | |
| tree | 4f8ade0fc99ff5a4b6898238ff8f25114f5870ca /src/client/views/nodes/DocumentView.scss | |
| parent | 6cdfb4f5cfa4233b0879ad638524dba777471895 (diff) | |
tried to make captions more readable when zoomed out by playing with scaling and overflow. removed sidebar button from captions.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 7f164ca48..1ec7bf72a 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -175,6 +175,7 @@ position: absolute; bottom: 0; width: 100%; + overflow-y: scroll; transform-origin: bottom left; opacity: 0.1; transition: opacity 0.5s; |
