diff --git a/src/resources/css/docs.css b/src/resources/css/docs.css
index 17d96a4..f870c62 100644
--- a/src/resources/css/docs.css
+++ b/src/resources/css/docs.css
@@ -520,8 +520,9 @@ article .json a {
position: absolute;
font-size: 16px;
transition: transform .25s ease-in-out, opacity .25s ease-in-out;
- max-height: 50%;
- overflow-y: auto;
+ /* TODO: This would be nice, but it breaks the arrow-box... */
+ /* max-height: 50%;
+ overflow-y: auto; */
}
#hovercard:not(.popup) {
diff --git a/src/v2.html b/src/v2.html
index 3714139..10b8238 100644
--- a/src/v2.html
+++ b/src/v2.html
@@ -31,7 +31,7 @@
Download
Get Started
- Caddy uses only the Apache 2.0 open source license.
+ Caddy uses only the Apache 2.0 open source license. Follow @caddyserver