diff --git a/extension/content.js b/extension/content.js index dc6cdd1..12e75a0 100644 --- a/extension/content.js +++ b/extension/content.js @@ -3764,6 +3764,7 @@ async function createTrackerUI(postElement, buttonBar, postNum = '?', options = padding: 6px 12px; background-color: #f0f2f5; border-top: 1px solid #e4e6eb; + margin-bottom: 6px; display: flex; flex-wrap: wrap; flex-direction: row; @@ -3773,8 +3774,8 @@ async function createTrackerUI(postElement, buttonBar, postNum = '?', options = flex: 0 0 100%; width: 100%; box-sizing: border-box; - position: relative; - z-index: 5; + position: static; + z-index: auto; pointer-events: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 13px;