
/* While a desktop wheel gesture is being routed to a quest shelf, disable snap/smoothness
   so each wheel delta maps 1:1 to horizontal movement instead of double-jumping. */
#threads .thread-arc-grid.beta586-wheel-active{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
}
