<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:peterfreeth@gmail.com" title="Peter Freeth <peterfreeth@gmail.com>"> <span class="fn">Peter Freeth</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_CLOSED  bz_closed"
   title="CLOSED NOTOURBUG - Editing a style with bullets, font list too long for screen, no scroll bars"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124004">bug 124004</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>CLOSED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CLOSED  bz_closed"
   title="CLOSED NOTOURBUG - Editing a style with bullets, font list too long for screen, no scroll bars"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124004#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_CLOSED  bz_closed"
   title="CLOSED NOTOURBUG - Editing a style with bullets, font list too long for screen, no scroll bars"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124004">bug 124004</a>
              from <span class="vcard"><a class="email" href="mailto:peterfreeth@gmail.com" title="Peter Freeth <peterfreeth@gmail.com>"> <span class="fn">Peter Freeth</span></a>
</span></b>
        <pre>OK, for anyone currently searching for a solution for this problem, here is a
workaround.

Using Gnome Tweaks you can try a theme which does show scroll arrows at the top
and bottom of the list, which the default Yaru (Ubuntu 18.10 theme does not.

On my system, Adwaita did the job.

You can then modify the desktop file in /usr/share/applications to open the
program with that theme.

For example, change this line:

Exec=libreoffice %U

To this:

Exec=env GTK_THEME=Adwaita libreoffice

I found that if I left the %U on the end, the desktop file would show an error
and fail to run.

You can also try editing the gtk css file
(/usr/share/themes/[themename]/gtk3.0/gtk.css) to add the following at the top:

.scrollbar scrollbar {
  -GtkScrollbar-has-backward-stepper: true;
  -GtkScrollbar-has-forward-stepper: true;
  -GtkScrollbar::stepper-size = 18
  }

Though I'm not sure the css edit made any difference to me.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>