fix: scroll issue in IE (#275)
* fix scroll issue in IE * add meta tag for IE browser
This commit is contained in:
parent
641e522779
commit
3e94cb6d76
3 changed files with 4 additions and 2 deletions
1
dev.html
1
dev.html
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>docsify</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="/themes/vue.css" title="vue">
|
||||
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue