Template:ScrollBox/style.css: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
(Created page with "div { overflow:auto; height:auto; max-height:200px; background:#1d1f21; }")
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
.scrollbox {
div {
overflow:auto;
overflow: auto;
height:auto;
height: auto;
max-height:200px;
max-height: 200px;
background:#1d1f21;
background: rgba(0, 0, 0, 0.15);
}
}

Latest revision as of 14:59, 2 November 2023

.scrollbox {
     overflow: auto; 
     height: auto; 
     max-height: 200px; 
     background: rgba(0, 0, 0, 0.15);
}