Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Headquarter8302/common.css: Difference between revisions

From the Portal Wiki
m or maybe this would work
m maybe this would work???
Line 19: Line 19:


/* Fixed Sidebar */
/* Fixed Sidebar */
#mw-panel { position: fixed;
div#mw-panel { position: fixed;
   overflow: auto;
   overflow: auto;
   top: 100px;
   top: 100px;
Line 25: Line 25:
   height: 100%;
   height: 100%;
   /* Prevent content overlay when sidewards scrolling */
   /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
   border-right: 1px solid #A7D7F9;
   border-right: 1px solid #A7D7F9;
}
}