Personally, I activate the floating menu button and use it only for mobile, adding this css to theme -> personalize -> additional css. Its working great.
You can replace 768px by the mobile breakpoint you choose.
@media screen and (min-width: 768px) {
.xoo-wsc-basket {
visibility: hidden;
}
Maybe this solution can help you out.
Ulysse