您的当前位置:首页正文

bootstrap3.x去除modal在移动浏览器的滚动条以及

来源:华佗小知识
  1. �bootstrap3.x去除modal在移动浏览器(IOS)的滚动条

添加css body.modal-open{ position: fixed}

  1. 去除移动端浏览器(IOS)input的radius和shadow

-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;