Fixing search-in-page top attribute.
This commit is contained in:
parent
94d3b770ff
commit
fef415bb7f
@ -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;
|
||||
|
@ -426,7 +426,7 @@ body {
|
||||
div.search-in-page {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
top: 80px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user