Unwanted scrollbar in quote callouts with custom font

Unwanted scrollbar in quotes with custom font

Setup

  • Obsidian 1.10.3 (the same with 1.9.*).
  • Custom text font is Andika or Andika Six (free here)
  • Test vault is zipped and uploaded here

Example note is

* (1942) Jolande Jacobi - The psychology of C.G. Jung
 > [!quote] Preface by Carl Jung, 1939
 > The present work, I believe, meets a generally felt want which I myself up to now have not been in a position to satisfy — the wish, namely, for a concise presentation of the elements of my psychological theory. My endeavours in psychology have been essentially pioneer work, leaving me neither time nor opportunity to present them systematically.

Unwanted scrollbar is depicted below.

I see no response from either the developers or those who sympathizes with them. Has anyone managed to reproduce the bug by following the steps described?

First, you need to be patient.

If you know how to use css snippets, save and activate this css rule:

.callout {
scrollbar-width: none;
}

Otherwise there’s a second option, but that would deactivate all your scrollbars, not recommended.

1 Like

I changed the title to clarify that the issue concerns callouts (was “Unwanted scrollbar in quotes with custom font”).