Template:ScrollBox/style.css

From Polcompball Wiki
Revision as of 14:59, 2 November 2023 by TheGhostOfInky (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.scrollbox {
     overflow: auto; 
     height: auto; 
     max-height: 200px; 
     background: rgba(0, 0, 0, 0.15);
}