diff --git a/html/main.ejs b/html/main.ejs index 9571eb48..5899f1c8 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -634,7 +634,16 @@ summary:hover{ transition: opacity 0.6s; margin-bottom: 15px; } - + .downnav{ + position: fixed; + bottom: 0; + left: 0; + width: 100%; + margin: auto; + overflow: hidden; + z-index: 1; + background-color: #0f0f0f +} .search button { transform: none; display: flex; @@ -760,6 +769,103 @@ summary:hover{ margin: auto; } + + + +