/* Keep wheel, touch and keyboard scrolling; hide only the scrollbar decoration. */
*{scrollbar-width:none!important}
*::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}

/* Application chrome is not selectable; document content and text entry are. */
*{-webkit-user-select:none!important;user-select:none!important}
input,textarea,
[contenteditable]:not([contenteditable="false"]),
[contenteditable]:not([contenteditable="false"]) *,
html[data-mobile-surface="knowledge"] :is(.doc-content,#document-preview-body),
html[data-mobile-surface="knowledge"] :is(.doc-content,#document-preview-body) *{
  -webkit-user-select:text!important;user-select:text!important;
}
