]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
css: hide back-to-top arrows on narrow viewports (Bug 70098)
authorRich Bowen <rbowen@apache.org>
Wed, 10 Jun 2026 13:04:43 +0000 (13:04 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 10 Jun 2026 13:04:43 +0000 (13:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935181 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index 9eb7979cbbb3ae1447913ed5c167ac462417617a..4084e684947f9939b84959a487fb27baaa51333c 100644 (file)
@@ -1237,4 +1237,9 @@ h2:hover > .permalink {
         overflow-x: auto;
         max-width: 100%;
     }
+
+    /* Bug 70098: hide back-to-top arrows on narrow viewports */
+    div.top {
+        display: none;
+    }
 }