Scrollbar

.blue-normal-scrollbar

Normalizes elements in areas which still should not have the theme colors for their scrollbars.

.blue-scroll-shadow

Adds shadow if area is scrollable.

<div class="blue-normal-scrollbar mb-3 p-3 rounded border border-primary-subtle">
    <label> Area with <code>.blue-normal-scrollbar</code> and also <code>.blue-scroll-shadow</code> </label>
    <select class="form-control blue-scroll-shadow" multiple aria-readonly>
        <option>one</option>
        <option>two</option>
        <option>three</option>
        <option>four</option>
        <option>five</option>
        <option>six</option>
    </select>
</div>