Skip to content

Commit 735d40b

Browse files
Merge pull request #39 from medv/patch-1
2 parents 640526d + 6d560ee commit 735d40b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

templates/DevTools.ss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@
77
<title>GraphQL IDE | Silverstripe CMS</title>
88
<link rel="shortcut icon" href="$resourceURL('silverstripe/graphql-devtools: client/favicon.png')" />
99
<% require javascript('silverstripe/graphql-devtools: client/bundle.js') %>
10+
11+
<style>
12+
html, body {
13+
margin: 0;
14+
padding: 0;
15+
overflow: hidden;
16+
}
17+
</style>
1018
</head>
1119

1220
<body>
1321
<div id="root">
1422
<style>
1523
body {
16-
margin: 0;
17-
padding: 0;
18-
overflow: hidden;
1924
font-family: 'Open Sans', sans-serif;
2025
-webkit-font-smoothing: antialiased;
2126
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)