fix(docs): keep long one-liners from scrolling under the copy button
Build and Deploy Remote Control Support / Test (push) Successful in 10s
Build and Deploy Remote Control Support / Build Image (push) Successful in 42s
Build and Deploy Remote Control Support / Deploy to Portainer (push) Successful in 5s

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 11:39:45 -07:00
co-authored by Claude Opus 5
parent cfda6b19b7
commit 1518211a17
+3
View File
@@ -18,6 +18,9 @@
.os-panel[hidden] { display: none; }
.copy-wrap { position: relative; }
.copy-wrap button { position: absolute; top: 8px; right: 8px; }
/* The button floats over the block, so keep the long one-liners from
scrolling underneath it. */
.copy-wrap pre.code { padding-right: 76px; }
</style>
</head>
<body>