diff options
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index cc16d83c210..0dfd4ab7ec9 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -102,6 +102,7 @@ ul.notes { overflow: auto; &::after { + display: none; background: transparent; } } |