Template:Scrollable/styles.css

From HIBIKIFORUM
< Template:Scrollable
Revision as of 19:03, 22 June 2023 by Penguinplushie (talk | contribs) (Created page with "→‎The Box: div.scroll { width: auto; height: 20em; padding: 3px; border: 2px solid #000; overflow: auto; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* The Box */
div.scroll {
  width: auto;
  height: 20em;
  padding: 3px;
  border: 2px solid #000;
  overflow: auto;
}