diff --git a/searx/static/themes/simple/src/less/detail.less b/searx/static/themes/simple/src/less/detail.less index b63e65206..fd6cf2ef2 100644 --- a/searx/static/themes/simple/src/less/detail.less +++ b/searx/static/themes/simple/src/less/detail.less @@ -199,7 +199,7 @@ article.result-images .detail { } #results.image-detail-open.scrolling article.result-images[data-vim-selected] .detail { - top: 0; + //top: 0; a.result-images-source img { max-height: calc(100vh - 25rem); @@ -208,7 +208,7 @@ article.result-images .detail { @media screen and (max-width: @tablet) { #results.image-detail-open article.result-images[data-vim-selected] .detail { - top: 0; + //top: 0; .ltr-left(0); a.result-images-source { @@ -230,7 +230,7 @@ article.result-images .detail { @media screen and (max-width: @phone) { #results.image-detail-open article.result-images[data-vim-selected] .detail { - top: 0; + //top: 0; .ltr-left(0); padding: 1rem;