MediaWiki:Vector.css: Difference between revisions

attempting to fix sidebar mod on phones again
(attempting to fix sidebar mod on phones)
(attempting to fix sidebar mod on phones again)
Line 10: Line 10:
     /* Prevent content overlay when sidewards scrolling */
     /* Prevent content overlay when sidewards scrolling */
     background-color: #F6F6F6;
     background-color: #F6F6F6;
  }
}
/* For small screens, fix the sidebar this way to avoid overlap when zooming */
@media (max-width:631px)
{
  div#mw-panel
  {
    position: absolute;
   }
   }
}
}