Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Scrollbox/styles.css

Template page
< Template:Scrollbox
Revision as of 21:20, 28 April 2023 by BakiDance (talk | contribs) (styling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.scrollbox__container::before {
  position: relative;
}
.scrollbox__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 99999;
}
.scrollbox__inner {
  display: block ruby;
  overflow-x: scroll;
}