/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.08.2020
**/
body
{
    overflow-x: hidden !important;
}
@supports (-webkit-appearance: none) {
    body {
        overflow-x: hidden !important;
    }
}
html, body {
  touch-action: pan-x pan-y; /* فقط اجازه اسکرول افقی و عمودی، بدون زوم */
  -ms-touch-action: pan-x pan-y;
  -webkit-text-size-adjust: 100%; /* جلوگیری از تغییر اندازه خودکار متن */
  text-size-adjust: 100%;
}
