Changes

no edit summary
Line 125: Line 125:  
             cursor: default!important;  
 
             cursor: default!important;  
 
             text-decoration: none!important;  
 
             text-decoration: none!important;  
 +
}
 +
 +
 +
 +
/* Ensure mobile settings panel sits on top of ads */
 +
.mf-settings {
 +
  z-index: 9999 !important;
 +
  position: relative;
 
}
 
}