diff --git a/src/info/templates/info.html b/src/info/templates/info.html index 25b1276d..8a82a1c9 100644 --- a/src/info/templates/info.html +++ b/src/info/templates/info.html @@ -26,9 +26,11 @@ Info | {{ block.super }} visibility: hidden; } - .sticky { - position: sticky; - top: 100px; + @media (min-width: 992px) { + .sticky { + position: sticky; + top: 100px; + } }