×
Create a new article
Write your page title here:
We currently have 2,527 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Template:ScrollBox/style.css: Difference between revisions

imported>Aycee Lovelace
(Created page with "div { overflow:auto; height:auto; max-height:200px; background:#1d1f21; }")
 
imported>Aycee Lovelace
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
div {
.scrollbox {
     overflow:auto;  
     overflow:auto;  
     height:auto;  
     height:auto;  
     max-height:200px;  
     max-height:200px;  
     background:#1d1f21;
     background:#1f2223;
}
}

Latest revision as of 00:06, 20 June 2023

.scrollbox {
     overflow:auto; 
     height:auto; 
     max-height:200px; 
     background:#1f2223;
}