//
// Dialog root document blocker
//

// Added to the body to disable scrolling when dialogs are open
body.tox-dialog__disable-scroll {
  overflow: hidden;
}
