{{ pair[0] }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 3109551..276f545 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,5 +1,5 @@
-
+
{% include head.html %}
{% include navigation.html %}
diff --git a/_sass/main.scss b/_sass/main.scss
index 132092d..13c3e42 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -86,6 +86,23 @@ a, a:hover, a:visited, a:active {
text-decoration: none;
}
+.clearScroll {
+ scrollbar-width: none;
+}
+
+.clearScroll::-webkit-scrollbar {
+ width: 10px;
+ height: 5px;
+ background-color: rgba(0,0,0,0.0);
+
+}
+
+.clearScroll::-webkit-scrollbar-thumb {
+ background: rgba(0,0,0,0.15);
+ border-radius: 50px;
+}
+
+
/* Navigation */
nav {
@@ -112,6 +129,7 @@ nav {
justify-content: space-between;
overflow-x: auto;
+ overflow-y: hidden;
white-space: nowrap;
#logo {
@@ -320,7 +338,7 @@ nav {
position: relative;
.itemScroll {
- overflow-x: scroll;
+ overflow-x: auto;
position: relative;
z-index: 2;