Remove tracker overlay stacking over Facebook action bar

This commit is contained in:
2026-02-26 08:47:44 +01:00
parent 896ba1145c
commit 4782f09dfc

View File

@@ -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;