Changes

m
no edit summary
Line 1: Line 1:  
<html>
 
<html>
 
<style>
 
<style>
.mw-parser-output{
+
.mw-body{
overflow-y:auto;
+
position:fixed!important;
position:fixed;
+
top:0!important;
top:0;
+
left:0!important;
left:0;
+
bottom:0!important;
bottom:0;
+
right:0!important;
right:0;
+
z-index:1000000!important;
z-index:1000000;
+
overflow-y:auto!important;
 
}
 
}
    
pre{
 
pre{
   background-color:#111;
+
   background-color:#111!important;
   color:#fff;
+
   color:#fff!important;
   border:none;
+
   border:none!important;
 
}
 
}
 
</style>
 
</style>