https://drafts.csswg.org/css-overflow-4/#scrollbar-gutter-property:
When the force keyword is present stable and always take effect when overflow is visible, hidden or clip in addition auto or scroll. This does not cause a scrollbar to be displayed, only a scrollbar gutter.
Why? overflow: clip doesn't create an scrolling box, so it seems weird scrollbar-gutter somehow affects this.