/* quote-scroll-20260926p
   One document scrollport on every /quote locale.
   overflow-x:hidden on html/body turns both into scrollports. The sticky
   header then scrolls away, mega pin() sets it position:fixed, and the
   unlock timer clears that. The wheel jumps between the file pane, the
   quote column, and the page. clip does not create a scrollport.
   Loaded after quote-p1.css. Does not set button or footer colors. */
html:has(.quote-page),
html.zoryra-p1-quote,
html.zoryra-on-quote {
  overflow-x: clip !important;
  overflow-y: visible !important;
  scroll-behavior: auto !important;
}
html:has(.quote-page) body,
html.zoryra-p1-quote body,
html.zoryra-on-quote body {
  overflow-x: clip !important;
  overflow-y: visible !important;
  scroll-behavior: auto !important;
}
html:has(.quote-page) .cad-preview,
html.zoryra-p1-quote .cad-preview,
html.zoryra-on-quote .cad-preview {
  overflow: clip !important;
}
