osu! -
Personal tools
Namespaces
Variants
Actions

User:Dellirium/vector.css

From osu!wiki
< User:Dellirium(Difference between revisions)
Jump to: navigation, search
(my personal haxx)
 
 
Line 2: Line 2:
 
div#mw-panel { position: fixed;
 
div#mw-panel { position: fixed;
 
   overflow: auto;
 
   overflow: auto;
   top: 0px;
+
   top: 180px;
 
   bottom: 0px;
 
   bottom: 0px;
 
   height: 100%;
 
   height: 100%;

Latest revision as of 03:43, 10 July 2012


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

pre {
  overflow: auto;
  max-height: 25em;
}