Makie: how to plot/draw above axis splines?

I have this plot:

the markers with white stroke are scatter! plot. How do I make them plot above the axis splines so that they are shown in full instead of being cut out by the axis?

The keyword overdraw = true doesn’t do anything, but I thought this would be it.

You cannot disable clipping for anything in a Scene currently. But you could plot the markers in the outer container scene instead, for that you’d have to project them to the right coordinates in screen space though.