diff --git a/_includes/toc.html b/_includes/toc.html
index 4dccb2a..0f87726 100644
--- a/_includes/toc.html
+++ b/_includes/toc.html
@@ -2,7 +2,7 @@
{% if enable_toc %}
-
+
{{- site.data.locales[include.lang].panel.toc -}}
diff --git a/_sass/pages/_post.scss b/_sass/pages/_post.scss
index caa2fe6..9348c56 100644
--- a/_sass/pages/_post.scss
+++ b/_sass/pages/_post.scss
@@ -260,7 +260,7 @@ header {
-webkit-animation: fade-up 0.8s;
animation: fade-up 0.8s;
overflow-y: auto;
- max-height: calc(100vh - 2rem);
+ max-height: 100vh;
scrollbar-width: none;
margin-top: 2rem;
@@ -333,7 +333,7 @@ header {
position: fixed;
bottom: 0;
width: 15%;
- height: 3.25rem;
+ height: 2.25rem;
margin-left: -1px;
background: linear-gradient(transparent, var(--main-bg) 70%);
}