Wechat developer tool scrollbar appears

Wechat developer tool appears scroll bar
if you use Google"s mobile phone mode, it will not appear

what is the reason
how to eliminate it


globally add styles

::-webkit-scrollbar{
    display:none;
    }

at present, the problem of scroll bar can be solved in this way


ask, is there any incompatibility in the updated version


it turns out that I am not the only one with this problem


the Mini Program version I use also has the same problem

Menu