diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-19 20:38:35 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-19 20:38:35 -0400 |
| commit | 06d460562004a29060d9972857d5c76e4ee51461 (patch) | |
| tree | fe4b8ee0b3c46f2c737d4b3a60a40fa972f39f72 /src/client/views/DocumentDecorations.scss | |
| parent | 34e2b4d4c098e08d6cfe7d48c3a4b27fcda091b3 (diff) | |
| parent | cf7216aec2fd61bc7de43240586532b5d54e7d8b (diff) | |
merged with master
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 67e1054c3..346df10d5 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -38,6 +38,13 @@ $resizeHandler: 8px; background: green; border-radius: 50%; } + .documentDecorations-tagsView { + position: absolute; + height: 100%; + pointer-events: all; + border-radius: 50%; + color: black; + } } .documentDecorations-container { |
