Skip to content

Commit 3b25b36

Browse files
committed
fix(markup)!: allow site to be zoomed and scaled
This is preferred for a11y reasons. Fixes #125 BREAKING CHANGE: this changes the default behavior of the layout file when used, so I guess it's breaking
1 parent 59b3ecb commit 3b25b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql-docs/layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="description" content="<%= name %> GraphQL documentation">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title><%= title || name %></title>
88
<link rel="stylesheet" href="<%= base_url %>/assets/style.css">
99
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>

0 commit comments

Comments
 (0)