Remove tracker overlay stacking over Facebook action bar
This commit is contained in:
@@ -3764,6 +3764,7 @@ async function createTrackerUI(postElement, buttonBar, postNum = '?', options =
|
|||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
background-color: #f0f2f5;
|
background-color: #f0f2f5;
|
||||||
border-top: 1px solid #e4e6eb;
|
border-top: 1px solid #e4e6eb;
|
||||||
|
margin-bottom: 6px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -3773,8 +3774,8 @@ async function createTrackerUI(postElement, buttonBar, postNum = '?', options =
|
|||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: static;
|
||||||
z-index: 5;
|
z-index: auto;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user