Fixing search-in-page top attribute.

This commit is contained in:
Sergiotarxz 2023-12-31 17:21:59 +01:00
parent 94d3b770ff
commit fef415bb7f
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ body {
body div.search-in-page {
display: none;
position: fixed;
top: 60px;
top: 80px;
height: 60px;
width: 100%;
align-items: center;

View File

@ -426,7 +426,7 @@ body {
div.search-in-page {
display: none;
position: fixed;
top: 60px;
top: 80px;
height: 60px;
width: 100%;
align-items: center;