Template:Scrollable/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
(Created page with "→‎The Box: div.scroll { width: auto; height: 20em; padding: 3px; border: 2px solid #000; overflow: auto; }")
 
mNo edit summary
Line 4: Line 4:
   height: 20em;
   height: 20em;
   padding: 3px;
   padding: 3px;
   border: 2px solid #000;
   border: 1px dashed #000;
   overflow: auto;
   overflow: auto;
}
}

Revision as of 19:16, 22 June 2023

/* The Box */
div.scroll {
  width: auto;
  height: 20em;
  padding: 3px;
  border: 1px dashed #000;
  overflow: auto;
}