diff --git a/styles/global.css b/styles/global.css index 04c0aed60..5927869a4 100644 --- a/styles/global.css +++ b/styles/global.css @@ -54,12 +54,13 @@ span.shasum code { } div.custom-callouts { - position: fixed; - top: 65px; - padding: 5px; + position: static; + top: 45px; + padding-left: 0; + padding-right: 0; + width: 100%; background-color: #fefce8; border: 2px solid #ffdc00; - z-index: 9999; border-radius: 4px; } a.callout-link {