Jump to content
Toggle sidebar
OniGalore
Search
Request account
Personal tools
Create account
Log in
Navigation
Main Page
Category tree
Community portal
Current events
Recent changes
Random page
Help
Tools
What links here
Related changes
User contributions
Logs
View user groups
Special pages
Printable version
Permanent link
Page information
User:Iritscen/vector.css: Difference between revisions
User page
Discussion
English
Read
View source
View history
More
Read
View source
View history
From OniGalore
<
User:Iritscen
Revision as of 15:06, 5 May 2012
(
view source
)
Iritscen
(
talk
|
contribs
)
(what does this do?)
← Older edit
Revision as of 01:20, 3 November 2012
(
view source
)
Iritscen
(
talk
|
contribs
)
(blanking; is this doing anything?)
Newer edit →
Line 1:
Line 1:
/* Fix the sidebar in place when scrolling */
div#mw-panel
{
position: fixed;
height: 100%;
/* Prevent content overlay when sidewards scrolling */
background-color: #F6F6F6;
border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre
{
overflow: auto;
max-height: 25em;
}
Revision as of 01:20, 3 November 2012