Increase OSX scrollbar width in Minimal theme in v1.13.4

Hello all, I have been using the following snippet (from this thread Increase scrollbar width in Minimal theme? ) to widen my scrollbars in MacOSX, but it is broken (does nothing) in v1.13.4.

body ::-webkit-scrollbar {
    width: 14px;
}

body ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-active-thumb-bg);
    -webkit-border-radius: var(--radius-l);
}

I would be grateful if someone more knowledgeable could advise on how to make the snippet work again.

(@ariehen there is no obligation to spend further time on this, but I am tagging you since you provided the original snippet)

Bumping in hopes that someone knows a solution.