Template:ScrollBox/style.css: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
.scrollbox {
div {
overflow:auto;
overflow:auto;
height:auto;
height:auto;

Revision as of 19:04, 19 June 2023

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