aboutsummaryrefslogtreecommitdiff
path: root/app/views/resume.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-27 08:02:20 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-27 08:02:20 -0400
commit27c56bc838a763bcb7651e4315488163b89e9198 (patch)
treeaa7ad39f9867a4428f9c6978343f6048333429a9 /app/views/resume.view.php
parent02f67cc68bcac94b4a75b97b9bb5661ad1e1d70d (diff)
downloadthedroneely.com-27c56bc838a763bcb7651e4315488163b89e9198.tar.gz
thedroneely.com-27c56bc838a763bcb7651e4315488163b89e9198.tar.bz2
thedroneely.com-27c56bc838a763bcb7651e4315488163b89e9198.zip
app/views/resume: Hide extra scrollbar
Diffstat (limited to 'app/views/resume.view.php')
-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>