/**!
 * Public CSS.
 *
 * @link              https://github.com/demispatti/nicescrollr
 * @since             0.1.0
 * @package           nicescrollr
 * @subpackage        nicescrollr/public/css
 * Author:            Demis Patti <wp@demispatti.ch>
 * Author URI:        https://demispatti.ch
 * License:           GPL-2.0+
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 */
html.nsr-is-webkit::-webkit-scrollbar {
  display: none;
}
html.nsr-is-moz {
  overflow-y: initial;
}
html.nsr-is-edge {
  -ms-overflow-style: none;
  -ms-overflow-y: initial;
}
html.nsr-is-edge iframe {
  -ms-overflow-style: none;
  -ms-overflow-y: initial;
}
html.nsr-is-msie {
  -ms-overflow-style: none;
  -ms-overflow-y: initial !important;
}

body {
  -ms-overflow-style: none;
  overflow-style: unset;
}
