Skip to content

Commit da407bf

Browse files
committed
Deploying to gh-pages from @ e7569c2 🚀
1 parent b537719 commit da407bf

File tree

13 files changed

+37
-6
lines changed

13 files changed

+37
-6
lines changed

404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
</head>
3535
<body>
36+
<div id="body-container">
3637
<!-- Provide site root to javascript -->
3738
<script>
3839
var path_to_root = "";
@@ -181,5 +182,6 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
181182
<!-- Custom JS scripts -->
182183

183184

185+
</div>
184186
</body>
185187
</html>

css/chrome.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
@import 'variables.css';
44

5-
::-webkit-scrollbar {
6-
background: var(--bg);
7-
}
8-
::-webkit-scrollbar-thumb {
9-
background: var(--scrollbar);
10-
}
115
html {
126
scrollbar-color: var(--scrollbar) var(--bg);
137
}
@@ -18,6 +12,19 @@ a > .hljs {
1812
color: var(--links);
1913
}
2014

15+
/*
16+
body-container is necessary because mobile browsers don't seem to like
17+
overflow-x on the body tag when there is a <meta name="viewport"> tag.
18+
*/
19+
#body-container {
20+
/*
21+
This is used when the sidebar pushes the body content off the side of
22+
the screen on small screens. Without it, dragging on mobile Safari
23+
will want to reposition the viewport in a weird way.
24+
*/
25+
overflow-x: hidden;
26+
}
27+
2128
/* Menu Bar */
2229

2330
#menu-bar,

demo/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -289,5 +290,6 @@ <h1 id="demonstration"><a class="header" href="#demonstration">Demonstration</a>
289290
<!-- Custom JS scripts -->
290291

291292

293+
</div>
292294
</body>
293295
</html>

developer-guide/architecture.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -283,5 +284,6 @@ <h2 id="debugger-documentation"><a class="header" href="#debugger-documentation"
283284
<!-- Custom JS scripts -->
284285

285286

287+
</div>
286288
</body>
287289
</html>

developer-guide/implementation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -270,5 +271,6 @@ <h2 id="extension-utilities"><a class="header" href="#extension-utilities">Exten
270271
<!-- Custom JS scripts -->
271272

272273

274+
</div>
273275
</body>
274276
</html>

developer-guide/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -197,5 +198,6 @@ <h1 id="developer-guide"><a class="header" href="#developer-guide">Developer gui
197198
<!-- Custom JS scripts -->
198199

199200

201+
</div>
200202
</body>
201203
</html>

developer-guide/installation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -214,5 +215,6 @@ <h1 id="installation"><a class="header" href="#installation">Installation</a></h
214215
<!-- Custom JS scripts -->
215216

216217

218+
</div>
217219
</body>
218220
</html>

faq/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "../";
@@ -189,5 +190,6 @@ <h1 id="frequently-asked-questions"><a class="header" href="#frequently-asked-qu
189190
<!-- Custom JS scripts -->
190191

191192

193+
</div>
192194
</body>
193195
</html>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
</head>
3434
<body>
35+
<div id="body-container">
3536
<!-- Provide site root to javascript -->
3637
<script>
3738
var path_to_root = "";
@@ -226,5 +227,6 @@ <h1 id="cbmc-proof-debugger"><a class="header" href="#cbmc-proof-debugger">CBMC
226227
<!-- Custom JS scripts -->
227228

228229

230+
</div>
229231
</body>
230232
</html>

print.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
</head>
3535
<body>
36+
<div id="body-container">
3637
<!-- Provide site root to javascript -->
3738
<script>
3839
var path_to_root = "";
@@ -609,5 +610,6 @@ <h2 id="extension-utilities"><a class="header" href="#extension-utilities">Exten
609610
});
610611
</script>
611612

613+
</div>
612614
</body>
613615
</html>

0 commit comments

Comments
 (0)