diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-07 17:05:09 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-07 17:05:09 -0400 |
| commit | cd68ef2a2cde1dae40963c4c25c5452404a12fdd (patch) | |
| tree | 8388777d59ebe90a44dfa9b03ad4e8ab4d683fa8 /src/client/views/nodes/DocumentView.scss | |
| parent | 441e1337f22f4bc9f9c6c8dcf643cc72c4d68f21 (diff) | |
expanded preview option
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 23dada260..7568e3b57 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -240,6 +240,12 @@ } } +.contentFittingDocumentView * { + ::-webkit-scrollbar-track { + background: none; + } +} + .contentFittingDocumentView { position: relative; display: flex; |
