aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/resume.view.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/resume.view.php b/app/views/resume.view.php
index 46e1b1b..9e45e68 100644
--- a/app/views/resume.view.php
+++ b/app/views/resume.view.php
@@ -1,5 +1,6 @@
<!DOCTYPE html>
-<html lang="en-us">
+<html lang="en-us" style="scrollbar-width: none;">
+
<head>
<title>Resume - Thedro Neely</title>
@@ -12,6 +13,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
+ <style>html::-webkit-scrollbar { height: 0; width: 0; }</style>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>
@@ -240,3 +243,6 @@
</div>
</div>
+
+ </body>
+</html>